Fixed link.

This commit is contained in:
proledatarian 2022-02-05 14:13:56 +00:00
parent afe36d09d4
commit 906f08628a
1 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@
### 1. Automatically clear cache. ### 1. Automatically clear cache.
- Description: Move files older than a specific amount of time from your user's ~/.cache directory to the trash. - 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: - How-to:
- Add the following line to your crontab using the command "crontab -e" (or EDITOR=$editor crontab -e): - 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 {} \; - $ 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. - Use *-interactive* option to get asked before overwriting files.
- $ alias mv="mv -i" - $ alias mv="mv -i"
- Additionally: Further reading in the Arch wiki. - Additionally: Further reading in the Arch wiki.
[www.test.de](test)