gobble [options] <file_name> [<amount>] [<block_size>]
Display help.
Display more detailed output.
By default the file is filled with a pattern of 'x' characters. Specify this option to only set the file size and not to actually write to it. Useful if you want to test low disk space without introducing delays (and wear to the disk) of actually writing lots of data.
The file to create or to append to. [filename]
The total number of bytes to consume. If zero or not specified, the file size is set to fill the free space on the disk. [uint]
The maximum size of each write (in bytes). Defaults to 512. [uint]
A tool for purposefully wasting disk space.
If the specified file does not already exist, it will be created. If it does exist, it will be grown by the amount specified.
Copyright (c) 2007-2010 Accenture. All rights reserved.