You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each platform uses its own version of a tool (BSD vs GNU, for instance), but in some cases the native platform version may be superseded by another version. (Related to #61)
OS X uses BSD ln
os x$ ln -h
usage: ln [-Ffhinsv] source_file [target_file]
ln [-Ffhinsv] source_file ... target_dir
link source_file target_file
Linux tends to use GNU ln
gnu$ ln --help
Usage: ln [OPTION]... [-T] TARGET LINK_NAME (1st form)
or: ln [OPTION]... TARGET (2nd form)
or: ln [OPTION]... TARGET... DIRECTORY (3rd form)
or: ln [OPTION]... -t DIRECTORY TARGET... (4th form)
In the 1st form, create a link to TARGET with the name LINK_NAME.
In the 2nd form, create a link to TARGET in the current directory.
In the 3rd and 4th forms, create links to each TARGET in DIRECTORY.
... and so on ...
CleanMachine1
added
bug
Issues with our clients or rendering of pages, etc.
clients
Issues pertaining to a particular client or the clients as whole.
labels
Jul 10, 2021
tldr --platform gnu ln
Each platform uses its own version of a tool (BSD vs GNU, for instance), but in some cases the native platform version may be superseded by another version. (Related to #61)
OS X uses BSD
ln
Linux tends to use GNU
ln
SunOS uses SunOS
ln
(Though in some SmartOS images, the
ln
tool is symlinked to GNUln
)The text was updated successfully, but these errors were encountered: