사용형식
date [-u] [-d datestr] [-s datestr] [--utc] [--universal]
[--date=datestr] [--set=datestr][--help] [--version]
[+FORMAT] [MMDDhhmm[[CC]YY][.ss]]
ex1 )
# date
Wed Feb 9 11:27:35 KST 2016
ex2 )
#date +%Y%m%d
20160209
-d 옵션 사용법
(10초 전) date -d '10 second ago'
(10분 후) date -d '10 minute'
(10시간 후) date -d '10 hour'
(1일 전) date -d '1 day ago'
(1주일 후) date -d '1 week'
(1달 전) date -d '1 month ago'
(1년 후) date -d '1 year'
(1년 6개월 전) date -d '1 year 6 month ago'
-s 옵션은 날짜 설정
'IT소식 > IT 공부' 카테고리의 다른 글
SOLARIS 에서 특정 포트 물고있는 어플 확인하기 (900) | 2016.03.02 |
---|---|
쉘 스크립트 if문 옵션 (756) | 2016.02.29 |
Windows 바로실행 명령어 (784) | 2016.02.16 |
[Python] 파이썬으로 알파벳 치환하기 (809) | 2016.02.16 |
실무에서 유용한 스크립트 - 2 (1188) | 2016.01.20 |