Explain ‘library functions’ with respect to unix commands?
No Answer is Posted For this Question
Be the First to Post Answer
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 are the uses of filters?
What is the use of the command 'ls -x chapter[1-5]' ?
what do you understand by 'unix is a portable os'?
what is the meaning of this command rm -rf / what will it do ?
Why is it called a shebang?
How does the user view the contents of a text file in UNIX?
What is sed awk grep?
What is the use of touch command in there?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
what is the difference between commmands cmp and diff?
what is virtual machine?