티스토리 뷰
암걸리던 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
- demo
- VAE
- Machine Learning
- part segmentation
- nerf
- 머신러닝
- Pose2Mesh
- 비전
- nohup
- focal length
- pyrender
- camera coordinate
- 컴퓨터비전
- spin
- 에디톨로지
- 문경식
- densepose
- 인터뷰
- Generative model
- pytorch
- deep learning
- Virtual Camera
- 헬스
- Interview
- Transformation
- 피트니스
- 컴퓨터비젼
- 2d pose
- world coordinate
- Docker
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함