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!!
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