Jump to content

BASH TABLE TOPICS

From Squishu Wiki

Easy

  • write a script called bash.sh, add the shebang, make it executable
  • write a script that outputs you are a douche twice using both echo and printf
  • write a script that adds two integers
  • write a script that prints the current month only

Medium

  • write a script that shifts thru the positional params and prints them out
  • write a script that asks for your name, saves your name and prints out Hello Heidi

Hard

  • write a script that should print out the numbers 1 - 10, but that stops at 3 and says "3 bye" and exits the loop and prints I am out of the loop now