You are not logged in.
So, I would like to show files and folders, but not the contents of them.
This is what the command I gave in #20 does.
Your #20 first command also deletes the newer backups instead of the older ones...
Oops, sorry, I think I had some kind of brain inversion from the beginning ^^
So just use head instead of tail:
printf '%s\0' /backupFolder/* | head -z -n-11 | xargs -0 rm -rfv
Xfce maintainer: https://gravatar.com/gaelbdx1
Offline
.
Last edited by Arciere (2025-04-30 08:33:50)
Offline
.
Last edited by Arciere (2025-04-30 08:33:37)
Offline