I always forget the argument order of the `ln -s` command
101–110 of 127 posts
Re: I always forget the argument order of the `ln -s` command
#102Not like that.
Re: I always forget the argument order of the `ln -s` command
#103I used to have this problem. Then I realized that if I want to really copy a file, I type $cp file_from file_to and that $ln -s link_from link_to has a very similar effect to the cp command above. I haven't messed this up ever since.
Re: I always forget the argument order of the `ln -s` command
#104Re: I always forget the argument order of the `ln -s` command
#105I think up to the 100th time reading the man page I would forget, until I memorized the following mantra: ln -s target link_name
Re: I always forget the argument order of the `ln -s` command
#106For me, it's always the recursive options in (s)cp and chown/chmod and which one is capital -R which one is lower case -r. Simply vexing.
Re: I always forget the argument order of the `ln -s` command
#107Earlier quoted context omitted.
This is a crime against usability IMO. Another comment mentioned that tar takes arguments as "target source" rather than "source target". Ever notice that for everything in the world that screws, like valves or screws or bottle caps, counter-clockwise loosens and clockwise tightens? How is it we got the whole world to agree on that convention, but software is 50/50 on how we order the source and destination?
My first car (a 1967 Dodge Monaco) had 'backwards' lug nuts on the left hand side of the car... http://en.wikipedia.org/wiki/Lug_nut#History Propane tanks also used to have backwards screwing connections. I believe this was a safety 'feature' given the mainstream use of small propane tanks. Having them tighten counter-clockwise prevents similar looking but wrong hoses from being attached to the tank. It also tricked…
Re: I always forget the argument order of the `ln -s` command
#108I used to have this problem. Then I realized that if I want to really copy a file, I type $cp file_from file_to and that $ln -s link_from link_to has a very similar effect to the cp command above. I haven't messed this up ever since.
Re: I always forget the argument order of the `ln -s` command
#109I used to have this problem. Then I realized that if I want to really copy a file, I type $cp file_from file_to and that $ln -s link_from link_to has a very similar effect to the cp command above. I haven't messed this up ever since.
This happens to be the first comment in the thread on Reddit.