Update README.md
This commit is contained in:
parent
5519535b5d
commit
0e65c66a6f
@ -3,17 +3,18 @@
|
|||||||
[![Build Status](https://drone.pyas.de/api/badges/Kim/trash/status.svg)](https://drone.pyas.de/Kim/trash)
|
[![Build Status](https://drone.pyas.de/api/badges/Kim/trash/status.svg)](https://drone.pyas.de/Kim/trash)
|
||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
Place the file in your desired path and it in your $HOME/.bashrc or in /etc/.bashrc:
|
the trash.sh file in your desired path and source it in your $HOME/.bashrc or in /etc/.bashrc:
|
||||||
|
|
||||||
. /path/to/trash.sh
|
. /path/to/trash.sh
|
||||||
|
|
||||||
|
- As the Script runs it first checks if $HOME/.trash/ (your trash bin) in your home dir exists and creates it if missing.
|
||||||
|
|
||||||
Add cleanup job to your cron:
|
Add cleanup job to your cron:
|
||||||
|
|
||||||
# .trash cleanup of all contents (files and dirs) older than 31 days every morning at 06:00
|
# .trash cleanup of all contents (files and dirs) older than 31 days every morning at 06:00
|
||||||
0 6 * * 0 find /home/YOURHOME/.trash/ -mtime +31 -delete
|
0 6 * * 0 find /home/YOURHOME/.trash/ -mtime +31 -delete
|
||||||
|
|
||||||
## Usage:
|
## Usage:
|
||||||
As the Script runs it first checks if $HOME/.trash/ (your trash bin) in your home dir exists and creates it if missing.
|
|
||||||
|
|
||||||
- `trash FILE1 DIR2 ...` or `trash_put FILE1 DIR2 ...` to move files and directories with relative or absolute paths to your .trash
|
- `trash FILE1 DIR2 ...` or `trash_put FILE1 DIR2 ...` to move files and directories with relative or absolute paths to your .trash
|
||||||
- `trash_list` to list all files and dirs that you put in the trash in the last 30 days
|
- `trash_list` to list all files and dirs that you put in the trash in the last 30 days
|
||||||
|
Loading…
x
Reference in New Issue
Block a user