Bash/Shell Cheat Sheet

Bash is a Unix shell or language used by Linux Administrators, Software Engineers etc. It is available in MacOS and Linux by default. It is an improved of Shell (sh). This cheat sheet includes commands for following operations:

  • Terminal Shortcuts
  • File Manipulation/Search
  • Extract, Sort and Filter Data
  • Time Settings
  • Process Management
  • Create & Modify User Accounts
  • File Permissions
  • Flow Redirection
  • Archive and Compress Data
  • Installing Softwares

If you want to learn about bash, you can visit following link:

https://www.codecademy.com/learn/learn-the-command-line/modules/bash-scripting

In case, you want to practice bash commands, do visit following link:

https://repl.it/languages/bash