Hacker News new | ask | show | jobs
by unnah 932 days ago
Doesn't mac have manual pages for shell utilities? In other words, this should work: man [
1 comments

If I can go "man [", then why doesn't "man (" work? And why aren't there man entries for the rest of all the punctuation marks that bash uses?
They look similar, but to your shell they are different: [ is the name of an executable, ( is a syntax symbol of bash. The man page for the syntax is the man page of bash.