┌── ln(1) link, ln -- make links │ ┌── Create a symbolic link. │ │ ┌── the optional path to the intended symlink │ │ │ if omitted, symlink is in . named as destination │ │ │ can use . or ~ or other relative paths │ │ ┌─────┴────────┐ ln -s /path/to/original /path/to/symlink └───────┬───────┘ └── the path to the original file/folder can use . or ~ or other relative paths
发现了这个有用的方法来解释Linux命令,但是不知道@grg是如何做到的。手动非常耗时。有没有做这种事情的工具?
OP的个人资料:apple.stackexchange.com/users/37797/grg
—
Hardeep Singh,
@jpaugh会的。
—
JBis
您是否在Apple设备上运行Linux?这些命令也可在macOS上运行(例如,macOS
—
Qsigma
ls
来自BSD Unix,而不是Linux)。因此,如果您使用的是macOS或类似操作系统,请从您的问题中删除“ Linux”一词。