Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 535 Bytes

File metadata and controls

22 lines (16 loc) · 535 Bytes

Shell-Scripting

This is a tutorial I am writing while I am learning Shell Scripting. Hope It will Help you :)

Before Starting

These work's on any linux distribution as long as you have bash.

Learning From

ProgrammingKnowledge YouTube PlayList I am learning from.

script Order

  • hello.sh
  • variables-comments.sh
  • read_user_input.sh
  • pass_arguments.sh
  • if-statement.sh

Operator List

  • integer-comparison.txt
  • string-comparison.txt