What is piping?
No Answer is Posted For this Question
Be the First to Post Answer
how to use grep command to list find the records of a file containg 10 different strings
How to log out in unix?
What is the significance of the superuser?
A process is running for 1000 times.How to kill all processes except one i.e kill 999 processes?
What is the main goal of the Memory Management?
Describe the concept of “region”.
What is procedure to configure Mirror rootvg in HP-UX?
What is unix mtime?
How to compare two text files in unix?
following two file are file a file b 110 aab 330 xxl i want the output like file a fileb 110 xxl 330 aab give solution ?
What is difference between find and grep in unix?
Consider a TCP echo client which blocks on fgets which read input from standard input. If now the corresponding server process crashes, what will client TCP kernel receive? Can the client process receive that? Why or why not? How you solve the above problem?