Skip to content

Shell_details

Claire Carouge edited this page Feb 15, 2019 · 2 revisions

Skill set #1: Navigating the filesystems

  • Navigating the directory tree:
    • ls
    • pwd
    • cd
    • . and ..
    • command line arguments
  • Creating, moving and deleting files and folders:
    • rm
    • rmdir
    • mkdir
    • cp
    • mv

Link to training

Skill set #2: Getting efficient with the shell

  • Basic regular expressions
  • Pipes and filters
    • Pipe commands together
    • I/O redirection
  • Working with variables:
    • define local and environment variables
    • modify variables using pattern syntaxes
    • integer variables and basic maths

Link to training

Skill set #3: Scripting

  • Loops
  • Conditionals
  • Scripting

Link to the training

Clone this wiki locally