Trailing slash in custom command
Is there a way to write into a prompt area,
full path + selected folder (
Or add a trailing slash to command line
full path + selected folder (
./!
), if possible with trailing slash?
rsync -a --delete "!?From:?./!!" "!?To:?!"
"!/!"
?
rsync -a --delete "!/!" "!?To:?!"