How do scripts work?
What can scripts do?
Is shell and terminal the same?
Is bash an operating system?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
Tell something about the super block in shell scripting?
What is a scripting language simple definition?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
What is sudo command?
Explain about stdin, stdout and stderr?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
In shell scripting if text is surrounded by single quotes what does it denotes?
Why do we write bin bash in shell scripts?