-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

touch


> Change a file access and modification times (atime, mtime).

More information.


Create a new empty file(s) or change the times for existing file(s) to current time:

touch {path/to/file}

Set the times on a file to a specific date and time:

touch -t {YYYYMMDDHHMM.SS} {path/to/file}

Set the time on a file to one hour in the past:

touch -d "{-1 hour}" {path/to/file}

Use the times from a file to set the times on a second file:

touch -r {path/to/file1} {path/to/file2}

Create multiple files:

touch {path/to/file{1,2,3}.txt}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 19:03:55 2024