Last active
March 11, 2018 02:45
-
-
Save Erreur32/773f3e1882c5b000a14771ebd1a70261 to your computer and use it in GitHub Desktop.
Trouver les liens symbolics
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
## chercher les LS sur le serv | |
ls -Rl | grep ^- | wc -l | |
ls -l | grep ^- | wc -l | |
ls --file-type|grep @ | |
symlinks -v dossier | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment