Automation In Shell Script
-> We can automate our shell script using two ways
Using AT command
-> Using at command we can automate the script if we have to run one time.
at <time>
<command> Ex- bash <path of the script>
ctrl+d
#!/bin/bash
echo "We are checking the at automati...
bhaskar422.hashnode.dev1 min read