Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 266 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 266 Bytes

bash-intro

Content for the into to bash workshop

Here is a cheetsheet with some basic bash commands and an example of a bash profile file with some aliases in it.

To find out how to use a command you can try:

  • command -h
  • command --help
  • man command