┌── 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 Commands를 설명하는이 유용한 방법을 찾았지만 @grg 가 어떻게 수행 했는지 는 모릅니다 . 수동으로 시간이 많이 걸립니다. 이와 같은 작업을 수행 할 수있는 도구가 있습니까?
ls
는 Linux가 아닌 BSD Unix에서 제공됨 ). 따라서 macOS 또는 이와 유사한 것을 사용하는 경우 pls는 질문에서 'Linux'라는 단어를 제거하십시오.