Tag: operating systems

Questions Related to operating systems

  1. ls -a

  2. ls -a|grep "^."

  3. ls -a|grep "^."

  4. ls -ltra


Correct Option: C

How do you find out the number of arguments passed to the shell script?

  1. $*

  2. $@

  3. $#

  4. $?


Correct Option: C