Created
May 8, 2018 07:16
-
-
Save luojiyin1987/91b9296b2c4c53b6175dc76f58918f14 to your computer and use it in GitHub Desktop.
create link for all script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find /path/with/files -type f -name "*txt*" -exec ln -s {} . ';' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment