Skip to content

laza-github/unukes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unukes

Overwrite files with a fixed string and then deletes them.

  Usage: 
   unukes <filename>| [-s Buffer size] | [-t "text to use"]  
   this programm will search the current directory and subdirectory  
   for the filename doing a string compare IS NOT using regexp 
   The files are nuked with a multiple of 1024Kb 
     -s buffer size default 1024Kb
     -t uses the text as a pattern for nuking
     default "Copyright 1993-1998 (rewrote in 2022) by P.H.C. - All Rights Reserved."
   for example: unukes .
      this will destroy ALL files in the current directory and subdirectory. 
   for example: unukes .txt 
       this will destroy ALL .txt files in the current directory and 
      subdirectory. 
   for example: unukes DIR_NAME
       this will destroy directory DIRNAME and all subdirectory. 

WARNING! This may be a very dangerous program! If you don't know what you're doing, DON'T DO IT!!

usuck

create a file with a fixed string and a fixed size.

Copyright 1993-98 by P.H.C. - All Rights Reserved.
usuck - Unix v1.07a
Usage:
 usuck <filename> <size> | [-s Buffer size] | [-t "text to use"]
 The file is created with a multiple of 1024 Kb
   -s buffer size default 1048576
   -t uses the text as a pattern for nuking
   default "Copyright 1993-98 by P.H.C. - All Rights Reserved."

WARNING! This may be a very dangerous program! If you don't know what you're doing, DON'T DO IT!!

This programs are written with the least library possible, and in standard ANSI C. I've included tinydir for the search of files in the directory.

they compile on linux, FreeBSD, Cygwin (via x86_64-w64-mingw32-gcc),WSL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published