Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 422 Bytes
by just-do-halee

Today I learned

2022-10-8


  • CommandLineTools

    • tee: 표준 입력(stdin)에서 읽어서 표준 출력(stdout)과 동시에 파일에 쓰는 명령줄 도구이다.

      • example
        echo "hello" | tee example.txt