NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Example Code
»
Linux - Turn Files Into Dummies
« previous
next »
Print
Pages: [
1
]
Author
Topic: Linux - Turn Files Into Dummies (Read 12986 times)
Zefferon
Jr. Member
Posts: 13
Linux - Turn Files Into Dummies
«
on:
January 08, 2015, 07:13:11 AM »
The dummy program.
Overwrites the contents of a file with the word "DUMMY". The file
gets truncated as a result.
Comes in handy if you don't want to delete the files, but they're
taking up too much space.
The recovered sectors are likely to be overwritten.
Works on one file at a time or all the files in a dir.
Be carefull. Like rm's default mode, it doesn't prompt for confirmation.
The webpage is:
http://www.shallizar.com/nasmcollection/Linux/Shallizar/Apps/FileProcessors/dummy.html
The homepage is:
www.shallizar.com
The files can also be downloaded as a tarball:
http://www.shallizar.com/nasmcollection/Linux/nasmcoldnldlinux.html
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Example Code
»
Linux - Turn Files Into Dummies