bashtutorial

This repository contains basic tutorials of bash language

List of files

  1. appendTextFromConsoleToFile.sh
  • Appends the text from console into a file
  1. copyTextFromConsoleToFile.sh
  • Copies the text from console and overwrites it into the file
  1. helloWorldConsole.sh
  • Prints hello world in the console
  1. helloWorldFile.sh
  • Writes hello world in a file