Answer Posted / narendrasairam
Depending on the type of shell you can execute a file in
either of the ways
1) ksh <filename>
2) sh <filename>
If the file already possess execute bit set on it, then you
can directly execute the file with its name alone
1) <filename>
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are awk commands?
How do I find previous commands in unix?
What is nr in awk command?
How do I search a whole word in vim?
What are the differences among a system call, a library function, and a unix command?
How do I search for text in vi?
What does this command do? Cat food 1 > kitty
What do know about tee command and its usage?
What is the difference between cat and more command?
How do I delete files from command prompt?
Give the command for finding the current date.
How do I search for a file in unix command?
What does find command return in unix?
What is the comma to display different lines that are found when compare two files?
Who invented grep?