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
- react
- GIT
- table
- Eclipse
- mapreduce
- NPM
- plugin
- xPlatform
- window
- 보조정렬
- SPC
- SSL
- hadoop
- tomcat
- SQL
- JavaScript
- Kotlin
- mybatis
- Python
- Spring
- 공정능력
- Express
- MSSQL
- Sqoop
- R
- Android
- IntelliJ
- es6
- Java
- vaadin
Archives
- Today
- Total
DBILITY
linux find 날짜지정 본문
반응형
기록해 두자.머리는 저장이 안된다.
예전에 help를 보고했는데, 이젠 그것도 귀찮다.
# find -newermt 'yyyy-mm-dd'
지정된 날짜이후에 수정된 목록이 출력된다.
ex) # find -newermt '2022-07-01'
# find -type f -mtime -d
현재부터 d일 이전부터 수정된 목록이 출력된다. 이게 더 편하다.
ex) # find -type f -mtime -100
ex) # find -type f -mtime -100 | wc -l
100일 이내에 수정된 파일의 숫자를 표시할 수 있음.
반응형
'os > linux' 카테고리의 다른 글
linux version info (0) | 2023.11.22 |
---|---|
centos 7 cp force (0) | 2019.04.12 |
centos 7 rabbitmq 설치 (0) | 2018.10.19 |
lvm 확장 후 fs 적용 (0) | 2018.05.13 |
linux time sync ntp install ( 시간 동기화 ntp 설치 ) (0) | 2018.05.05 |
Comments