Comment on What coding mnemonics do you use?Comments−burgeralarm13yWhen using ln to link files, I tend to recite:ln -s "what you want," "where you want it"−lostdog13yAnother way to remember, is that ln behaves the same as cp−print13ysounds like you may need lns:http://interglacial.com/~sburke/pub/lns.html
Comments
When using ln to link files, I tend to recite:
ln -s "what you want," "where you want it"
Another way to remember, is that ln behaves the same as cp
sounds like you may need lns:
http://interglacial.com/~sburke/pub/lns.html