Hacker News new | ask | show | jobs
by TacticalCoder 894 days ago
Yup: that's why I put in quotes... I'm literally using "h?" as a Bash alias, as GP said.

It may be a bit weird to use a question mark as part of a Bash alias that said: sorry for the confusion!

1 comments

For what it's worth, I like to use backticks in these situations (e.g. `h?`). I think it reduces ambiguity a bit.
I do this too although it can add ambiguity when writing about the shell!