what is the meaning of First line of shell script ,what is
meaning of #! pleas explain brifly
Answer Posted / r r mishra
#!/bin/sh. which dictates that the following program is a
shell script,
| Is This Answer Correct ? | 21 Yes | 13 No |
Post New Answer View All Answers
What shell is bin sh?
What is bash used for?
Given a file find the count of lines containing the word "abc".
How do I save a powershell script?
What lives in a shell?
How to print all the arguments provided to the script?
Explain about "s" permission bit in a file?
What is path in shell script?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What is the first line of a shell script called?
What will happen to my current process when I execute a command using exec?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
I want to connect to a remote server and execute some commands, how can I achieve this?
What is the difference between break and continue commands?
How do I run a bin bash script?