shell-scripting-basics Just experiments in shell on top of the ubuntu system. tips: ? how to run shell programm . go to correct directory $ bash _file_name ex. $ bash hello.sh How to create new file in bash or unix/linux system. touch myfile.txt