find . -name "*.jpg" -exec mv {} 경로 \;
Python 코드 짜다가 c++ 코드 짜게 되면 건드릴게 너무 많아서 고통스럽다. 팀에서 Conan을 사용해서 c++ 라이브러리 버전관리를 하는데 팀내에 세팅해둔 Conan remote 서버에 연결하는 거 부터해서... 여간 귀찮은 작업이 너무 많다. 게다가 설정해둔 원격지에서 패키지를 받아오는게 아니라 remote list에 등록된 우선순위에 따라 엄한데 가서 패키지를 받아오려다가 실패하는 경우가 있다. 그럴때 remote list 의 priority 를 변경해주는 작업이 필요하다. 관련 내용은 아래 링크에 자세히 정리 돼있다. https://docs.conan.io/en/1.18/faq/using.html 이를 위한 명령어는 아래와 같다. conan remote update [원격지 이름] [원격지 ..
for entry in path/* do $entry done
https://unix.stackexchange.com/questions/78376/in-linux-how-to-delete-all-files-except-the-pattern-txt In linux, how to delete all files EXCEPT the pattern *.txt? I know how to delete all txt file under current directory by rm *.txt. Does anyone know how to delete all files in current directory EXCEPT txt file? unix.stackexchange.com find . -type f ! -name '*word*' -delete -type f 는 폴더는 제외하고 파일인..
- Total
- Today
- Yesterday
- 순열
- 파이참
- 이분탐색
- C++ Deploy
- 자료구조
- 백준 11437
- 가장 긴 증가하는 부분 수열
- FairMOT
- 문제집
- PyCharm
- 인공지능을 위한 선형대수
- LCA
- ㅂ
- Lowest Common Ancestor
- cosine
- 위상 정렬 알고리즘
- 조합
- 백준 1766
- 백준
- 백트래킹
- 단축키
- MOT
- 백준 11053
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |