We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Case in point - #quick-tips:
$ !! $ sudo !! $ !<word> $ !<word>:p
are all specific to GNU Bash and won't work on, let's say OpenBSD's ksh(1), etc. so please mark them as such.
ksh(1)
While we're at it, if we're at "You don't need GUI", probably best to get rid of that image and replace it with plain text, eh? ;^)
Also, these examples are GNU Coreutils-specific:
$ date -d "+7 days $ date -j -v+7d
How about sticking to POSIX-only?
The text was updated successfully, but these errors were encountered:
Ping.
Sorry, something went wrong.
stevemao
No branches or pull requests
Case in point - #quick-tips:
are all specific to GNU Bash and won't work on, let's say OpenBSD's
ksh(1)
, etc. so please mark them as such.While we're at it, if we're at "You don't need GUI", probably best to get rid of that image and replace it with plain text, eh? ;^)
Also, these examples are GNU Coreutils-specific:
How about sticking to POSIX-only?
The text was updated successfully, but these errors were encountered: