Rushikesh Ugalerushikeshugale123.hashnode.dev·Feb 11, 2024Devops journey Enhance Your Terminal Experience: Build a Digital Clock with Shell script practise projectStep 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...digi clock