14-11-2023
This commit is contained in:
@@ -65,6 +65,14 @@ $ find /usr -name toto -type f
|
||||
$ find /usr -name toto -type d
|
||||
```
|
||||
|
||||
Ne pas afficher les fichiers ou dossiers invisibles:
|
||||
|
||||
```bash
|
||||
$find -not -path '*/\.*'
|
||||
|
||||
$find . -type f | grep -v '/\.'
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### Taille:
|
||||
|
||||
Reference in New Issue
Block a user