This is creating a cron to delete files
|
- Delete files and folders within a Path safely if needed.
find ~/delete/Path/ -type f -delete
- -rf: Recursively force shutdown
- cd / : Root file structure
- cd ~/ takes user directory
- cd /home/darian/
- cd ~/
This is creating a cron to delete files
|
find ~/delete/Path/ -type f -delete
30 Oct , 2023 - Uncategorised
23 Oct , 2023 - Uncategorised
18 Oct , 2023 - Uncategorised