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
- docker-compose
- Interface
- ConstraintLayout
- mongoose
- function
- MINUS
- Filter
- AWS
- vuex
- union
- map
- Foreign Key
- docker
- elementAt
- Generic
- animation
- Kotlin
- class component
- 생명주기
- collection
- LiveData
- list
- ReactNative
- CLASS
- react native
- Swift
- lifecycle
- enum
- recyclerview
- Service
Archives
- Today
- Total
개발 일기
touch ? 본문
touch 명령은 파일 타임스탬프를 현재 시간으로 변경할 때 사용이 됩니다. 혹은 파일이 존재 하지 않으면 빈파일을 생성합니다.
파일 생성 및 현재 시간으로 변경
touch test
stat touch :)
stat 명령을 사용해서 타임스탬프에 대한 정보를 확인할수 있습니다.
$ stat touch test
다중 파일 생성 :)
touch test1 test2 test3
'linux' 카테고리의 다른 글
cp , mv (0) | 2020.04.18 |
---|---|
cat , head , tail? (0) | 2020.04.16 |
shutdown (0) | 2020.04.13 |
cron tab 사용방법 ? (0) | 2020.04.12 |
systemctl ? (0) | 2020.04.11 |
Comments