How to open a read-only file in the shell?
How to change our default shell?
How to debug the problems encountered in the shell script/program?
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 the significance of $#?
In a single command how do you run the previous command in the command prompt.
What is the syntax of "nested if statement" in shell scripting?
Given a file find the count of lines containing the word "abc".
How can we find the process name from its process id?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
What is basename in shell script?
What is the difference between break and continue commands?