Devops journey Enhance Your Terminal Experience: Build a Digital Clock with Shell script practise project
Step 1:
Conncet ec2 instance and create .sh file using vim
command : ubuntu@ip-172-32-41-30 vim digi_watch.sh
Step 2:
Edit file for insert "i" then fisrt line be shebang #!/bin/bash
Step 3:
Write the scrpit then esc+shift+colon wq
Step 4:
Then giv...
rushikeshugale123.hashnode.dev1 min read