romamnmlst/TrashBinPrograms
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TrashBinPrograms ================ A collection of programs that delete and undelete files. Files that are deleted are first compressed, and then moved into a hidden .TrashCan directory. Del: Compresses a file(s), moves the compressed file(s) to the .TrashCan directory, and deletes the original file(s). Undel: Uncompresses the deleted file(s) and restores the file(s) to its original location. Show: Shows all of the files (or specific file(s)) currently in the .TrashCan. Purge: Permanently deletes all files (or specific file(s)) in the .TrashCan directory.