Skip to content
New issue

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

Some examples are GNU-specific #56

Open
rjc opened this issue Apr 9, 2021 · 1 comment
Open

Some examples are GNU-specific #56

rjc opened this issue Apr 9, 2021 · 1 comment

Comments

@rjc
Copy link
Contributor

rjc commented Apr 9, 2021

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.

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?

@rjc
Copy link
Contributor Author

rjc commented Jul 1, 2021

Ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants