rclone/docs/content/commands/rclone_touch.md

32 lines
790 B
Markdown
Raw Normal View History

2017-12-23 21:07:45 +08:00
---
2019-06-15 19:01:29 +08:00
date: 2019-06-15T12:00:42+01:00
2017-12-23 21:07:45 +08:00
title: "rclone touch"
slug: rclone_touch
url: /commands/rclone_touch/
---
## rclone touch
Create new file or change file modification time.
### Synopsis
Create new file or change file modification time.
```
rclone touch remote:path [flags]
```
### Options
```
-h, --help help for touch
-C, --no-create Do not create the file if it does not exist.
-t, --timestamp string Change the modification times to the specified time instead of the current time of day. The argument is of the form 'YYMMDD' (ex. 17.10.30) or 'YYYY-MM-DDTHH:MM:SS' (ex. 2006-01-02T15:04:05)
```
### SEE ALSO
2018-10-15 18:03:08 +08:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2018-03-19 18:06:13 +08:00
2019-06-15 19:01:29 +08:00
###### Auto generated by spf13/cobra on 15-Jun-2019