Re: "ln -s" command to selected files
Thanks, but this command don't work with long file names with spaces.
Following command works fine:
ln -s '!' "`echo '!' | sed 's/.$/0/'`"
Just for somebody who needs this.
Following command works fine:
ln -s '!' "`echo '!' | sed 's/.$/0/'`"
Just for somebody who needs this.