Examveda

Which of these is the correct method for appending "foo" in /tmp/bar file?

A. echo foo > /tmp/bar

B. echo foo >> /tmp/bar

C. echo foo | /tmp/var

D. /tmp/bar < echo foo

Answer: Option B


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux