Answers

Question and Answer:

  Home  Linux Shell

⟩ 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

b) echo foo >> /tmp/bar

 155 views

More Questions for you: