Answers

Question and Answer:

  Home  Linux Shell

⟩ What will be output of following command $ echo "The process id is" $$$$ a) The process id is $$ b) The process id is $<pid>$<pid> c) The process id is <pid><pid> d) The process id is $$$$

c) The process id is <pid><pid>

 179 views

More Questions for you: