Commands that I use daily:

  • webi # install commands on Mac, Linux, and Windows
  • pwd # print working directory
  • mkdir -p # create multiple directories at once
  • rm -rf # forcefully delete files and directories forever
  • ls # list files
  • ll # list files in table form
  • pushd # push into a directory
  • popd # pop out of a directory
  • tree # list files in tree form
  • rg # search contents of files
  • fzf # search files by file name
  • echo ‘’ [double arrow] ./README.md # create a file
  • fish # the fish shell (for daily use)
  • bash # the bash shell (for scripting)
    Other notes:
  • Tab gives suggestions and auto-completes
  • Right Arrow auto-completes
  • Up and Down arrows cycle through history
  • Left and Right arrow move back and forth on the command line
  • Alt and Left (or Right) skips a word backwards or forwards
  • Enter runs a command

Follow Beyond Code:
(Learn to Code in 15 Minutes a Day)
Facebook: https://www.facebook.com/beyondcodebootcamp
YouTube: https://www.youtube.com/channel/UC2KJHARTj6KRpKzLU1sVxBA
Twitter: https://twitter.com/_beyondcode

Follow Health, Wealth, Commitment
(Daily Lifestyle Chat)
Facebook: https://www.facebook.com/groups/5406824179391158
YouTube: https://www.youtube.com/channel/UCbw2SbqD0OofAEVF_T61wCQ

All Live Streams go to my personal channel first:
Facebook: https://facebook.com/coolaj86
YouTube: https://youtube.com/coolaj86
Twitch: https://twitch.tv/coolaj86

#shell #bash #fish #common commands

Intro to the Shell: Bash, Fish, and Common Commands - Beyond Code Live 006
1.15 GEEK