Write a command to display a file’s contents in various formats?
No Answer is Posted For this Question
Be the First to Post Answer
What is the unix command to confirm a remote host is alive or not?
What difference between cmp and diff commands?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
What Command will remove a Directory in UNIX?
Which command is used to create a directory?
distinguish between paging and swapping?
Where LOG fiels resides in AIX and pls tel me how to remove the log file
Give Command that will move a single file called "unix.txt"
Which unix command to make a new directory?
What is grep and sed command?
How do I clear my terminal history?
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