> I have a script I am hacking. The code has a check for a size suffix.
> I know what m|mb|g|gb|k|kb| and the upper case version of the same letters
> mean. But the code also has an w|x size options.
> Is this a valid size type and what does it mean?
Are you looking at the expand_number(3) functio
On 25 June 2010 22:08, Fbsd1 wrote:
> I have a script I am hacking. The code has a check for a size suffix.
> I know what m|mb|g|gb|k|kb| and the upper case version of the same letters
> mean. But the code also has an w|x size options.
> Is this a valid size type and what does it mean?
Is it at a
I have a script I am hacking. The code has a check for a size suffix.
I know what m|mb|g|gb|k|kb| and the upper case version of the same
letters mean. But the code also has an w|x size options.
Is this a valid size type and what does it mean?
___
freeb