forked from AbleOS/ableos_userland
21 lines
374 B
Markdown
21 lines
374 B
Markdown
|
# undelete
|
||
|
|
||
|
Moves a file from your .trash directory to current directory then updates the .manifest file.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
List deleted files:
|
||
|
|
||
|
* `undelete list=true`
|
||
|
* `undelete l=t`
|
||
|
|
||
|
Undelete file or directory:
|
||
|
|
||
|
* `undelete name=foobar.txt`
|
||
|
* `undelete n=foobar.txt`
|
||
|
|
||
|
Move to original location instead:
|
||
|
|
||
|
* `undelete name=foobar.txt origin=true`
|
||
|
* `undelete name=foobar.txt o=t`
|