You must be logged in to post a comment.
67. What is the function of following UNIX command ? WC – l b&
It runs the word count program to count the number of lines in its input, a, writing the result to b, as a foreground process.
It runs the word count program to count the number of lines in its input, a, writing the result to b, but does it in the background.
It counts the errors during the execution of a process, a, and puts the result in process b.
It copies the ‘l’ numbers of lines of program from file, a, and stores in file b.
You must be logged in to post a comment.
You must be logged in to post a comment.
70. Consider the statement, “Either – 2 ≤ x ≤ – 1 or 1 ≤ x ≤2”. The negation of this statement is
You must be logged in to post a comment.
You must be logged in to post a comment.
You must be logged in to post a comment.