Day-04: Shell scripting Tasks:(create directory and backup with tar)
Create Directories Using Shell Script:
Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directories with a d...
pakeezas.hashnode.dev1 min read