Hacker News new | ask | show | jobs
by umbramei 5597 days ago
They're shell built-ins, so use "man bash" to read about them.
1 comments

To only display information about a specific command, you can also use

    help <command>
Awesome. Thanks.