What is the protocol for PING command?
Give Command that will move a single file called "unix.txt"
In UNIX, what is the command to kill a process?
What is the syntax of grep command and what is its use?
Write a command to kill the last background job?
boot process?
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
Who invented grep?
Which unix command to make a new directory?
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)?
In UNIX, what is the command to edit contents of the file?
What is the use of finger command?
What is in grep command?