SimonSchubert / LinuxCommandLibrary

1M+ downloads Linux reference app with basics, tips and formatted man pages
http://linuxcommandlibrary.com/
Apache License 2.0
799 stars 63 forks source link

Small change to the ln command #31

Closed sbritorodr closed 1 year ago

sbritorodr commented 1 year ago

Changed the ln command, inside the files&folders section.

Before: $ ln [fileName] [linkName]

After: $ ln [fileOrigin] [linkDest]

I think it's more clear than before. It's up to the maintainers to accept this change.

SimonSchubert commented 1 year ago

It's more clear, thanks a lot