How Do I Make This Hard to Misuse?
Posted Apr 9, 2008 3:06 UTC (Wed) by
roelofs (subscriber, #2599)
In reply to:
How Do I Make This Hard to Misuse? by jzbiciak
Parent article:
How Do I Make This Hard to Misuse?
Also keep in mind that the target for ln is optional. Thus:
ln -s foo/bar .
ln -s foo/bar
...are equivalent. Sadly, cp foo/bar doesn't quite work.
Greg
(
Log in to post comments)