What is basename in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What does path stand for?
How to pass an argument to a script?
Explain about the exit command?
How do you create a shortcut in linux?
How will you emulate wc –l using awk?
What are the three main forms of enabling debugging in a shell script?
What is awk in shell script?
What is eval in shell script?
What is path variable bash?
How to get the last line from a file using just the terminal?
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.
what does "kill -9" and "kill -1" do