bash-guide icon indicating copy to clipboard operation
bash-guide copied to clipboard

Differentiate common linux binaries from Bash

Open lhoursquentin opened this issue 8 years ago • 1 comments

There should be at least an introduction saying that the presented binaries (grep, find, mkdir ...) aren't part of bash and can be used by any other shell or programming language and are just part of unix commonly used binaries. Just let them know this isn't Bash specific.

Bash builtins should at the contrary be highlighted (export, cd ...) to be differentiated from the binaries.

lhoursquentin avatar Apr 09 '17 02:04 lhoursquentin

Hi, thank you for reporting. I will fix it. In the meantime PR are welcome :)

Idnan avatar Apr 11 '17 08:04 Idnan