#shell-script
Read more stories on Hashnode
Articles with this tag
Challenge Description Your task is to create a bash script that takes a directory path as a command-line argument and performs a backup of the...
Task 1: Comments In bash scripts, comments are used to add explanatory notes or disable certain lines of code. Your task is to create a bash script...
Tasks Create Directories Using Shell Script: Write a bash script createDirectories.sh that, when executed with three arguments (directory name,...
What is Kernel? Kernel is a fundamental program that acts as the core of an operating system (OS). It's the bridge between the physical hardware of...
1. do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - So Write a bash...