"ln -s" command to selected files
Hello!
Is it possible to do such a command:
Select needed files in the current directory and create symlinks for them with names the same as file names and extension - the last symbol = '0'.
For instance:
I mark following files
kjdj.doc
kdlkf.txt
Then I launch the magic command and in current directory I will have more two files:
kjdj.do0
kdlkf.tx0
which are symlinks to the first two files.
Thank you in advance.
Is it possible to do such a command:
Select needed files in the current directory and create symlinks for them with names the same as file names and extension - the last symbol = '0'.
For instance:
I mark following files
kjdj.doc
kdlkf.txt
Then I launch the magic command and in current directory I will have more two files:
kjdj.do0
kdlkf.tx0
which are symlinks to the first two files.
Thank you in advance.