#shellscripting-devops
Read more stories on Hashnode
Articles with this tag
1**.What is the best way to run a script in the background?** Ans: For a script to run in the background, simply add "&" at the end of the command....
write a shell script to read user input as a string an in output it will reverse the string Ans: #!/bin/bash # Prompt the user to enter a...
Welcome, DevOps enthusiasts! We're diving into Linux shell scripting for DevOps Engineers. š§š§š š¹ What is Shell Scripting? Write your commands on...