User Details
- User Since
- Jun 25 2016, 9:00 PM (458 w, 6 d)
Mar 8 2025
Mar 4 2025
Mar 2 2025
Feb 27 2025
Feb 25 2025
Feb 23 2025
getopts optstring var Parse command-line options and arguments. The first argument optstring should be a series of letters, each possibly followed by a colon which indicates that the option takes an argument. The specified variable var is set to the parsed option. The index of the next argument is placed into the shell variable OPTIND. If an option takes an argument, it is placed into the shell variable OPTARG.
Feb 22 2025
I'm in favor of this change, but the previous version is OK too.
Jan 22 2025
Jan 16 2025
Jan 11 2025
Jan 10 2025
Give up on the idea of providing both humanized and dehumanized numbers.
Try to address comments from jhb.
Jan 8 2025
When I imported mmencode, its usage was already established to be mmencode [-u] [-q] [-b] [-p] [-o outputfile] [file name] and has been for probably decades.
I have no opinion on what it should be, just giving historical context here.
I haven't tested this, but it LGTM in principle.
This is for compatibility with GNU ls, where this is an equally long option.
We already distribute a system where ls is an alias.
Scripts shouldn't be using -h.
Jan 7 2025
Jan 6 2025
Jan 5 2025
Jan 4 2025
Sep 3 2024
Aug 19 2024
I believe the problem was introduced in 5fe973734866 or ef0d94a3d34c where ^[[A is introduced. I think libedit doesn't have the code to parse that properly. Fortunately it can be replaced with \e.
Jun 7 2024
I'd say that we shouldn't make any recommendations on how to use parts of a language in our manual. We should instead focus on facts, list them all and describe as they are. If there is some kind of interaction between parts of the language that is possibly counter-intuitive then we can and probably should indicate directly or indirectly that something requires consideration, but at the same time we should keep the manual free of judgement.
May 6 2024
Mar 14 2024
Mar 9 2024
@jhb do you think the following is related?
Feb 18 2024
Feb 16 2024
Feb 8 2024
Feb 6 2024
Feb 3 2024
Jan 23 2024
Jan 22 2024
Jan 21 2024
FWIW, Chromium also complains about the lack of kcmp.
Jan 4 2024
Dec 3 2023
I'm not sure about how useful this is to me. I use ifconfig to take a glance at all interfaces and if I want to learn more specifically about the state of the wg interface, I just run wg. I know it's obvious, I just mean that I never missed this information when looking at ifconfig output. On the other hand, with this patch, the output is longer and somewhat less readable.
Nov 29 2023
Nov 11 2023
Oct 25 2023
Thanks for the information and apologies for the mess.
For me the case where the filesystem name was wrong and mount complained about file not existing was more common and more annoying since it was easy to see that the designated mount point clearly existed.
Oct 24 2023
What are the user-facing errors in various cases after this?
Sep 30 2023
I'm not sure but it seems that on the changed lines you replaced space indentation with tabs.
Sep 24 2023
Sep 23 2023
Sep 14 2023
Sep 12 2023
Aug 25 2023
As of stable/14 this no longer compiles for me due to
/usr/src/lib/libcmb/cmb.c:854:6: error: invalid argument type 'void' to unary expression if (!BN_zero(count)) ^~~~~~~~~~~~~~~ /usr/src/lib/libcmb/cmb.c:1032:7: error: invalid argument type 'void' to unary expression if (!BN_zero(seq)) ^~~~~~~~~~~~~ 2 errors generated.
Aug 24 2023
Aug 20 2023
- -D doesn't imply -d anymore. I found that to be unnecessarily limiting, now users can decide on the visual format.
- The usage output and the manual page are updated.
Aug 19 2023
Add -D both.
Follow advice from Jamie and use -D up and -D down.
Jul 29 2023
Jul 7 2023
Address comments from Jilles.