In which variable prompt value is stored?
Answers were Sorted based on User's Feedback
Can you write a script to portray how set –x works?
What is a shell script? Can you name some of its advantages?
What is the significance of the shebang line in shell scripting?
What does $@ mean in shell?
How do you debug a script?
What does .sh file contain?
What is the use of a shebang line?
Explain about gui scripting?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
what is the difference between cmp and diff commands
What is shift command in shell script?