How do I use grep to search for a file?
No Answer is Posted For this Question
Be the First to Post Answer
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
Give two UNIX kernel parameters that effect an Oracle install
How can you change the owner or group of a file?
use of ls command
What is the use of the tee command?
what will be the output of ls ~/..
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
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
What is the command to find maximum memory taking process on the server?
what is the meaning of this command rm -rf / what will it do ?
how many internal commands is there in UNIX?
How does one process we can start an executable file? How to get the PID process, which we started?