Are you in or at the office?
No Answer is Posted For this Question
Be the First to Post Answer
How do you find out all processes that are currently running in UNIX OS?
Name the unix command to find how many days the server has been up.
What is grep and sed command?
What is the use of find command in unix?
What is the difference between AWK and SED commands? Plz give example and explain...
What does touch command do in unix?
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
How do you repeat a command in terminal?
How can you create a symbolic link to a file or directory?
what is virtual machine?
What is the use of pipes?
Which command is used to delete all files in the current directory and all its sub-directories?