head & tail usage
#12049
Replies: 1 comment 2 replies
-
|
I think this is a minor inconsistency since the parameters are given as Usage: tail [FLAG]... [FILE]... But later the term 'flags' has been replaced with 'options' Options: I hope this makes sense. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While browsing the codebase and noticed that only
headandtailuse[FLAG]in their usage strings, whereas most other utilities use[OPTION]or[OPTIONS].Is there a reason for this distinction? Is
[FLAG]meant to convey something different semantically, or is this just a historical inconsistency?Command used:
grep -r --include='en-US.ftl' '\-usage = ' | grep -oe '\[[A-Z]*\]' | sort | uniq -cBeta Was this translation helpful? Give feedback.
All reactions