Find로 여러 파일을 검색할때
find 명령어로 여러파일을 or 조건으로 검색할때는 아래와 같이 한다. find . -iname '*.py' -o -iname '*.ipynb' | xargs tar -cvzf src.tar.gz -o 는 or 조건과 같다. #mp3가 아닌 폴더만 찾기 find . ! -iname '*.mp3' -type d #mp3, mpc, flac가 아닌 and 조건의 파일만 찾기 find . -type f ! -iname *.mp3 ! -iname *.mpc ! -iname *.flac
개발/linux
2020. 7. 2. 23:05
zsh 꾸미기
1. 현재 shell 확인 $ echo $SHELL 2. https://ohmyz.sh/설치하기 sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 3. 그중에 내게 맞는테마 : 4. 추가 플러그인으로 마무리 zsh-autosuggestions 과 fast-syntax-highlighting zdharma/fast-syntax-highlighting Contribute to zdharma/fast-syntax-highlighting development by creating an account on GitHub. github.com #내가 찾는 나의 색 ZSH_AUTOSUGGEST_HIGHLI..
개발/linux
2020. 3. 14. 03:27
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- pip freeze #패쇄망 #wheel
- bootrap
- Restore
- sorted
- jupyter lab
- docker
- importlib
- jqzip
- backup
- 동적클래스생성
- zsh
- jqgrid
- redmine plugin
- Lodash
- 호스트와 시간맞추기
- covid19
- inspect.py
- selenium #chromedriver
- conda init
- virturalenv
- __code__
- MAC
- vscode
- gitlab
- pyenv
- Selenium
- elasticsearch
- HashMap.getOrDefault
- python의 Reflection
- anaconda env
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함