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 don't comment here if:
1) You have a query about, or a bug report for, one of my programs or libraries. Most of my posts contain a link to the relevant repository where there will be an issue tracker you can use.
2) You have a query about any 3rd party programs I feature, please address them to the developer(s) - there will be a link in the post.
3) You're one of the tiny, tiny minority who are aggressive or abusive - in the bin you go and reported you will be!
Thanks