Tag: operating systems

Questions Related to operating systems

How to display only hidden files in UNIX?

  1. ls -a

  2. ls -a|grep "^."

  3. ls -a|grep "^."

  4. ls -ltra


Correct Option: C

Which of the following commands is not a filter?

  1. man

  2. cat

  3. head

  4. pg


Correct Option: A