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
- web.xml
- Windows 10
- plugin
- IntelliJ
- grep
- tomcat
- Mac
- profile
- Source
- find
- vscode
- xargs
- ssh
- Quartz
- bash
- resource
- maVen
- 단축키
- port
- lsof
- import
- VirtualBox
- Eclipse
- Windows
- GIT
- JavaScript
- context
- 줄바꿈 문자
- 네트워크
- netsh
Archives
- Today
- Total
목록2024/04/11 (2)
develog
[git] git status 로 파일 리스트 추출
git status -s | cut -c4-
카테고리 없음
2024. 4. 11. 14:37
[bash] tar 사용하기
옵션 -c, --create create a new archive -r, --append append files to the end of an archive -t, --list list the contents of an archive -x, --extract, --get extract files from an archive -C, --directory=DIR change to directory DIR -v, --verbose verbosely list files processed -f, --file=ARCHIVE use archive file or device ARCHIVE -T, --files-from=FILE get names to extract or create from FILE 파일 압축하기 ##..
카테고리 없음
2024. 4. 11. 09:51