#linuxjobs
Read more stories on Hashnode
Articles with this tag
Example 1: When the script is executed as ./createDirectories.sh day 1 90 vim createDirectories.sh #!/bin/bash cd...
To view what's written in a file. cat <filename> To change the access permissions of files. chmode 777 <filename> To check which commands you have run...