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 |
Tags
- 서평
- 한빛미디어서평단
- Tistory
- MySQL
- 서평단
- 블로그
- tensorflow
- MATLAB
- Ga
- 통계학
- 독후감
- 파이썬
- 시각화
- 티스토리
- Blog
- 리눅스
- Linux
- python visualization
- Python
- 파이썬 시각화
- 딥러닝
- 월간결산
- 한빛미디어
- SQL
- 텐서플로
- Pandas
- Google Analytics
- Visualization
- matplotlib
- 매틀랩
Archives
- Today
- Total
목록awk (2)
pbj0812의 코딩 일기
[LINUX] cat, awk을 이용하여 파일의 원하는 열 읽기
export num_vari=`cat ./temp/num_vari.txt | awk '{print$1}'
ComputerLanguage_Program/LINUX
2018. 9. 4. 22:58
[LINUX] for, cat, awk,
for ((i=1; i
ComputerLanguage_Program/LINUX
2018. 9. 4. 22:57