adplus-dvertising
frame-decoration

Question

Which of the following shell commands displays the contents of each of the command line arguments one by one

a.

cat $•

b.

cat "$@"

c.

Both (a) & (b)

d.

cat "$•"

Posted under Unix Shell UNIX

Answer: (c).Both (a) & (b)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following shell commands displays the contents of each of the command line arguments one by one