What does echo $0 do?
No Answer is Posted For this Question
Be the First to Post Answer
When you login to a c shell, which script would be run first?
write a shell program to check wheather a given string is pallindrome or not?
How important is shell scripting?
What are the different shells available?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
How will you print the login names of all users on a system?
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.
How would you print just the 25th line in a file using smallest shell script?
is this growing field and what is average package in this?
Explain about sourcing commands?
How to customise the other shell?
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.