#continuous-learning
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...
Kubernetes is a powerful container orchestration platform that automates the deployment, scaling, and management of containerized applications. Its...
Git command cheat sheet Git Configuration & Setup Here are Git configuration and setup commands: CommandsDescription git config –global...