Fixed link.
This commit is contained in:
parent
afe36d09d4
commit
906f08628a
|
@ -12,7 +12,7 @@
|
|||
|
||||
### 1. Automatically clear cache.
|
||||
- Description: Move files older than a specific amount of time from your user's ~/.cache directory to the trash.
|
||||
- Requires: [https://github.com/PhrozenByte/rmtrash](rmtrash).
|
||||
- Requires: [rmtrash](https://github.com/PhrozenByte/rmtrash).
|
||||
- How-to:
|
||||
- Add the following line to your crontab using the command "crontab -e" (or EDITOR=$editor crontab -e):
|
||||
- $ 0 17 * * * /usr/bin/find ~/.cache/* -mtime +7 -exec /usr/bin/rmtrash -rf {} \;
|
||||
|
@ -36,5 +36,3 @@ https://wiki.archlinux.org/title/Nano#Syntax_highlighting
|
|||
- Use *-interactive* option to get asked before overwriting files.
|
||||
- $ alias mv="mv -i"
|
||||
- Additionally: Further reading in the Arch wiki.
|
||||
|
||||
[www.test.de](test)
|
||||
|
|
Loading…
Reference in New Issue