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 is the command to compare two files in unix?
What command is used to switching between users in unix?
What do know about tee command?
What is grep r?
What is {} in find command?
What is the difference between grep and grep?
Which command is used to kill the last background job?
Enumerate some of the most commonly used network commands in unix?
What is the use of cut command in unix?
How do I delete files from command prompt?
What is nr in awk command?
What are the commands in UNIX to list the files in a Directory?
What is the use of sed command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do I run a bash script?