#shell-scripting
Read more stories on Hashnode
Articles with this tag
Real Life Script Accessing Data from a file Create a 1st script that will pull errors from a file. Create 2nd script that will format the output of...
Other If Statement If the output is either Monday or Tuesday if [ "$a" = Monday ] || [ "$a" = Tuesday ] Test if the error.txt file exist and its...
Welcome to Scripting Standards In this Section? Script Naming Convention. Script File Permissions. Shell Script Format. Sequence of Script...