What’s is the difference between ”>” and ”>>” in shell command?

rw-book-cover

Metadata

Highlights

  • This answer is useful 87 This answer is not useful Save this answer. Show activity on this post. > is used to overwrite (“clobber”) a file and >> is used to append to a file. (View Highlight)
  • > is used to overwrite (“clobber”) a file and >> is used to append to a file (View Highlight)