Vidyalelo
Computer Science · Q190

UNIX

Engineering and GATE · Computer Science · question 190

Q190

What will be the command if we want to suppress column 1 and column 2 in the output of comm Command?

A.
comm -12
Answer
B.
comm -1-2
C.
comm -3
D.
comm -1,-2

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board