adplus-dvertising
frame-decoration

Question

The output of the following command will be:

$ uniq foo1 foo2

a.

erroneous

b.

output stored in foo2

c.

concatenates both files

d.

process foo1 and output is stored in foo2

Answer: (d).process foo1 and output is stored in foo2

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The output of the following command will be: $ uniq foo1 foo2

Similar Questions

Discover Related MCQs

Q. Which command is used for translating characters?

Q. To replace | with ~, which one of the following commands will be used?

Q. head -n 3 emp.lst | tr ‘[a-z]’ ‘[A-Z]’

Above command will change the case of text from lower to upper.

Q. Which option is used with tr command for deleting characters?

Q. ______ option is used for compressing multiple consecutive characters.

Q. If there are special characters in a pattern, then we’ve to enclose them in ______

Q. Which option is used with grep command for ignoring the case in pattern searching?

Q. Which option is used with grep command for deleting lines?

Q. Which option is used for displaying the line numbers containing the pattern along with lines?

Q. ______ option counts the number of lines containing the pattern?

Q. Which option displays only the filename containing the pattern?

Q. _____ option is used when we need to match multiple patterns in a single invocation of grep command?

Q. For taking patterns from a file, -f option is specified with grep command.

Q. POSIX identifies regular expressions as belonging to ____ categories.

Q. grep command supports both extended and regular expressions.

Q. Character class is used for matching a group of characters enclosed within a pair of _____

Q. The following command will match ‘Agarwal’, ‘agarwal’ and ‘agrawal’.

$ grep “[aA]g[ar][ar]wal” emp.lst

Q. Which of the following symbol is used for matching the immediate preceding character?

Q. Which symbol is used for matching a single character?

Q. Which of the following symbols are used for matching a pattern at specified locations?