GBG Garbage File Generator v0.4.0 released
The v0.4.0 update to my gbg garbage file generator program has just been released. It adds two new pairs of command to control the behaviour of the program in certain circumstances, as follows:
- By default gbg puts up a prompt to ask the use to confirm whether a pre-existing file should be overwritten. Two new options can be used to prevent this prompt from appearing:
- -o can be used to force the program to stop with an error if a file with the requested name already exists.
- -O is used to forcibly and silently overwrite any pre-existing file with the same name as the requested file.
- Similarly, a prompt is displayed asking the user whether to proceed when a file larger than 500Mb is specified. The following options can be used to prevent the prompt from appearing:
- -l can be used to force the program to stop with an error if a file larger than 500Mb is requested.
- -L is used to ignore the 500Mb size limit and to silently write a file of any size.
Comments
Post a Comment
Comments are very welcome, but please be aware that I moderate all comments, so there will be a delay before your comment appears.
Advertising spam and the rare abusive, hateful or racist comments will be blocked and reported.
Finally, should you have a query about, or a bug report for, one of my programs or libraries please use the relevant issue tracker rather than posting a comment to report it.
Thanks