This commit is contained in:
btatu 2022-08-26 17:26:15 +02:00
parent 0a907c797d
commit 8513d72f4e

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