티스토리 뷰
암걸리던 subdirectory 만들기.. shell script가 결국 답이었다.
a, b, c, d의 directory 밑에 공통된 k라는 subdir을 만들고 싶을 때
mkdir {a, b, c, d}/k, mkdir */k 다 안되고 밑과 같이 하는 방법밖에 없다.
for dir in checkpoint graph result vis; do mkdir $dir/test; done
https://www.cyberciti.biz/faq/bash-for-loop/
Bash For Loop Examples - nixCraft
Explains how to use a Bash for loop control flow statement on Linux / UNIX / *BSD / macOS bash shell with various programming examples.
www.cyberciti.biz
'Research (연구 관련)' 카테고리의 다른 글
nohup on other file (0) | 2019.04.29 |
---|---|
2D 이미지와 퓨리에 변환 (1) | 2019.04.23 |
리눅스 scp, find (0) | 2019.04.19 |
Bilateral Filter / Guidance Filter (0) | 2019.04.18 |
Affine Transform (아핀 변환) (0) | 2019.04.18 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- focal length
- VAE
- part segmentation
- 머신러닝
- pyrender
- 헬스
- 에디톨로지
- 2d pose
- nohup
- Machine Learning
- 비전
- nerf
- camera coordinate
- 피트니스
- Pose2Mesh
- densepose
- Virtual Camera
- 컴퓨터비젼
- 문경식
- Generative model
- spin
- 인터뷰
- demo
- world coordinate
- 컴퓨터비전
- Interview
- pytorch
- Docker
- deep learning
- Transformation
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함