1. 덮어쓰기 (echo > 와 동일)

echo "abcd" | sudo tee **file.ext**

2. 추가 (echo >> 와 동일)

echo "abcd" | sudo tee -a **file.ext**

장점