Q.

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» B. echo foo >> /tmp/bar
2.7k
0
Do you find this helpful?
14

Discussion

No comments yet