What are grep patterns?
No Answer is Posted For this Question
Be the First to Post Answer
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
What does grep v do?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
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 does the system know where one command ends and another begins?
What does the command '$ls | wc –l > file1' do?
Describe the zip/unzip command using gzip.
Is command prompt unix?
In UNIX, what is the command to kill a process?
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
what do you understand by 'building block primitive'?