Skip to content

Securely delete files and folders for Unix systems

License

Notifications You must be signed in to change notification settings

JFF-Bohdan/sdelete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#sdelete

.Description

Securely delete files and folders for Unix systems

Uses shred for secure file deleting. You can find more information about shred at http://linux.about.com/library/cmd/blcmdl1_shred.htm

Can recursively delete folders.

You can check that your system have shred app by running this command:

$ man shred

If you don't have shred already installed, you can install it (on some system, for example on Debian/Ubuntu) using:

$ sudo apt-get install shred

.Install

Just make it executable using: $ chmod +x sdelete

.Usage

$ sdelete dir|file [dir2|file2] [dir3|file3] Where: dir - directory name for delete file - file to delete

About

Securely delete files and folders for Unix systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages