19
0
Fork 0

Ajouter négation pour -newermt

This commit is contained in:
abenmiloud 2022-08-26 17:43:57 +02:00
parent 8513d72f4e
commit 7da66ff98d
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ $ find DIR/ -type f -mtime +30 -exec rm '{}' \;
- Si + vieux depuis le 24 aout 2022 à 11h :
~~~{.bash}
$ find DIR/ -type f -newermt “2022-08-24 11:00:00.00" -delete
$ find DIR/ -type f ! -newermt “2022-08-24 11:00:00.00" -delete
~~~
### Comparer deux fichiers à travers SSH