Command fs:touch

Change file access and modification time

Arguments

  • file: Path to file

Options

  • --no-create: Do not create a file
  • --atime: Set the access time
  • --mtime: Set the modification time
  • --check: Do not actually make any changes, but report whether or not a change would be made.
Back to command index