What’s is the difference between ”>” and ”>>” in shell command?
Metadata
- Author: Ask Ubuntu
- Full Title: What’s is the difference between ”>” and ”>>” in shell command?
- Category: articles
- URL: https://askubuntu.com/questions/382793/whats-is-the-difference-between-and-in-shell-command
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)