What is the general format of unix command syntax?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Generally, UNIX shell commands follow the following pattern
Command (-argument) (-argument) (-argument) (filename)
| Is This Answer Correct ? | 0 Yes | 0 No |
Generally, UNIX shell commands follow the following pattern
Command (-argument) (-argument) (-argument) (filename)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the different between UNIX command and UNIX shell script?
What do chown command do?
What is nr in awk command?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
what is Online(STM) and offline diagnostics in HP-UX?
What does 'mkdir' command do in UNIX?
Explain command to show the space allocation of files?
What are grep patterns?
What is a bash command?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
How do you move or rename a file or directory?
What is the difference between cat and more command?