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 significance of "su" command?
how to find largest file?
14 Answers HCL, Microsoft, Thomson Reuters,
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
what are wild cards?
what is shell?
distinguish between interrupts and exceptions?
How do I run a whois command?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
use of ls command
How to display no of records in oracle using unix command?
How to convert a hidden file to normal visible file?
which command is used to identify the type of the file?