[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: negative numbers in command line mode
From: |
michael.leu |
Subject: |
Re: negative numbers in command line mode |
Date: |
Thu, 9 Aug 2012 18:32:45 +0000 |
Bryn M. Reeves wrote:
> Put a '--' between the last real option and the '-1s' - this tells teh
> getopt that parted uses that any remaining '-' prefixed strings are not
> really options and should not be treated as such (same as doing "grep --
> '-1'" for e.g.):
Thanks for the hint Bryn! Forgot about that :-)
Regards,
Michael