what is the meaning of First line of shell script ,what is
meaning of #! pleas explain brifly
Answers were Sorted based on User's Feedback
Answer / alpkumar
#! indicates from where the path of the interpretor should
be considered and also directs that the contents of the
file which will be following will be executed under the
guidelines of this interpretor being used.
| Is This Answer Correct ? | 30 Yes | 1 No |
Answer / shivani
It tells u that which is the shell whose interpreter would
come into action for the execution of that particular
script.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / r r mishra
#!/bin/sh. which dictates that the following program is a
shell script,
| Is This Answer Correct ? | 21 Yes | 13 No |
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
Tell something about the super block in shell scripting?
How do I save a powershell script?
Which is best institute for testing tool?
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
What shell is bin sh?
What does sh mean?
How do I run a script from command prompt?
What is eval in shell script?
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.
How do I read a .sh file?
How to check if a directory exists?