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
- react native
- Generic
- 생명주기
- Foreign Key
- function
- map
- docker-compose
- MINUS
- animation
- Filter
- CLASS
- union
- docker
- collection
- elementAt
- class component
- Service
- list
- lifecycle
- Interface
- ConstraintLayout
- Kotlin
- vuex
- Swift
- LiveData
- AWS
- mongoose
- enum
- ReactNative
- recyclerview
Archives
- Today
- Total
개발 일기
cal ? 본문
linux에서 달력 출력 방법을 제공합니다.
다음과 같이 할수가 있습니다.
$cal [옵션] [일] [월] [연도]
[예시]
$ cal -y
옵션 -y를 하면 현재 연도에 모든 월을 볼수가 있습니다.
$ cal -j
옵션 -j를 하면 1월 1일부터 현재 까지 며칠인지 표시되어 출력됩니다.
$ cal 05 2019
2019년 5월에 달을 보여줍니다.
Comments