Basic Of Linux Shell Scripting
What is Shell Scripting?
Shell is a programming language designed for users to communicate with Kernel. The shell script is a list of human-readable commands converted into something the kernel can understand.
What is #!/bin/bash? can we write #!/bin...
chaitrali.hashnode.dev2 min read