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 | 31 |
Tags
- 네트워크
- xargs
- vscode
- grep
- context
- plugin
- Windows 10
- IntelliJ
- netsh
- lsof
- Source
- Eclipse
- tomcat
- port
- ssh
- Windows
- Quartz
- 줄바꿈 문자
- bash
- web.xml
- resource
- profile
- GIT
- find
- VirtualBox
- maVen
- JavaScript
- import
- Mac
- 단축키
Archives
- Today
- Total
develog
[Linux] 파일 날짜 변경, touch 본문
파일 생성
touch aa.txt |
access time 변경 (-t YYYYMMDDhhmm.ss)
touch -a -t 201803010101.00 aa.txt |
modify time 변경 (-t YYYYMMDDhhmm.ss)
touch -m -t 201803010101.00 aa.txt |
'OS & Shell > Linux' 카테고리의 다른 글
[Linux] ps kill (0) | 2019.03.28 |
---|---|
[Linux] 파일 수정일자로 삭제 (0) | 2018.03.07 |
[bash] find tomcat & exec (0) | 2017.11.23 |
[Linux] 명령어 같이 실행 (0) | 2017.11.23 |
[Linux] 시스템 정보 확인 (0) | 2017.10.18 |
Comments