I don't use ln
command on daily basis, so when I need to create a link to a file, I always forget whether it's ln <target file> <link name>
, or ln <link name> <target file>
, so I have to take a quick glance at man ln
.
As ln
is commonly used in the process of software development, having the order firmly in memory would tremendously boost productivity.
Do you have any tricks (mnemonic?) for remembering the order of ln
parameters?
ln --help
... – Dareln -s $HOME/install/netbeans/netbeans8.0.2 $HOME/install/netbeans/netbeans
– Cylindroid