Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pytorch
- ubuntu
- YOLO
- 오류
- OpenCV
- pip
- 명령어
- VS Code
- Selenium
- 채보
- C++
- error
- C
- label
- 기타 연주
- JSON
- Python
- mysql
- C#
- Docker
- windows forms
- Visual Studio
- Linux
- 핑거스타일
- LIST
- Numpy
- SSH
- 프로그래머스
- pandas
- paramiko
Archives
- Today
- Total
기계는 거짓말하지 않는다
Linux 명령어 결과 출력, 파일 동시 확인 본문
Linux에서 명령어 결과를 확인함과 동시에 파일로 출력하고 싶은 경우
명령어와 tee 명령어를 파이프와 함께 사용한다.
명령어 | tee 출력파일
# ls -al | tee ls_result.txt
'Linux' 카테고리의 다른 글
FFPROBE RTSP stream 정보 확인 불가 (0) | 2022.11.18 |
---|---|
FFMPEG CUDA 하드웨어 가속 (Hardware Acceleration) (0) | 2022.11.11 |
Linux cuDNN 버전 확인 (0) | 2022.07.01 |
CMake Error: Could not find CMAKE_ROOT (0) | 2022.06.23 |
Linux bashrc 수정 오류 (0) | 2022.06.23 |
Comments