What does $@ mean bash?
No Answer is Posted For this Question
Be the First to Post Answer
What is the significance of the shebang line in shell scripting?
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.
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"
How to make userdefined variables to available for all other shells?
What does $0 mean in shell script?
What is the use of "test" command?
Which is better perl or shell scripting?
What is a batch file used for?
How to write a function?
When we login into our account which files are executed?
Write a script to print the first 10 elements of fibonacci series.