Email or username:

Password:

Forgot your password?
Top-level
Michael

@aral @b0rk Exactly, especially the "forget other ones every day". I think by now I've learned the order of the parameters to "ln -s" about a dozen times or so. 🤷

1 comment
deraffe

@mmeier If it's useful to you, I did notice that ln is symmetric to cp, in that you create a new file from a source (and you can also leave out the new file's name and just specify the containing directory). One command copies the contents, the other just references the source.

But tbh, I just remembered the melody of "target link name" at some point and keep saying it inside my head.

@aral @b0rk

Go Up