#shell-script
Read more stories on Hashnode
Articles with this tag
Task - 1 Create "N" number of directories using shell scripts & loops. Example create day1 day2 day3.... day100 directories. #!/bin/bash ...
What is shell? Computers understand the language of 0's and 1's called binary language. In the early days of computing, instructions are provided...