T
Thomas G. Marshall
Gordon Beaton coughed up:
The only problem I see with this approach is that it is so often the case
that a junior OP does not know *how to ask* the question in the first place.
Often learning the proper question is the best lesson of all.
--
Unix users who vehemently argue that the "ln" command has its arguments
reversed do not understand much about the design of the utilities. "ln
arg1 arg2" sets the arguments in the same order as "mv arg1 arg2".
Existing file argument to non-existing argument. And in fact, mv
itself is implemented as a link followed by an unlink.
That's my approach as well. I don't have enough time or interest to
hand-hold people who can't provide enough information for others to
help them solve their problems.
I ignore a lot of posts that I probably could have answered if the OP
had simply put a little more effort into posting.
The only problem I see with this approach is that it is so often the case
that a junior OP does not know *how to ask* the question in the first place.
Often learning the proper question is the best lesson of all.
--
Unix users who vehemently argue that the "ln" command has its arguments
reversed do not understand much about the design of the utilities. "ln
arg1 arg2" sets the arguments in the same order as "mv arg1 arg2".
Existing file argument to non-existing argument. And in fact, mv
itself is implemented as a link followed by an unlink.