What does echo $0 do?
Answer / Vishwadeep Tyagi
echo $0 outputs the name of the current script file without its path or extension.
| Is This Answer Correct ? | 0 Yes | 0 No |
When you login to a c shell, which script would be run first?
Explain how you Automate your application using Shell scripting.
What is web script?
Is scripting and coding the same thing?
What is shell terminal?
Explain about non-login shell files?
How to use arguments in a script?
how to read systems current date and time
When should shell programming/scripting not be used?
What does $$ mean in shell script?
What is the first line in a shell script?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"