touch (command)
Page Module:Infobox/styles.css has no content.
| touch | |
|---|---|
| Lua error in package.lua at line 80: module 'Module:InfoboxImage/data' not found. Example of touch usage | |
| [[Programmer|Original authorTemplate:Pluralize from text]] | AT&T Bell Laboratories |
| [[Programmer|DeveloperTemplate:Pluralize from text]] | Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, Randy Smith, TSC, Microware, Apple, Digital Research, Novell, Kris Heidenstrom |
| Initial release | January 1979 |
| Written in | C |
| Operating system | Unix, Unix-like, Plan 9, Inferno, FLEX, OS-9, Classic Mac OS, Windows, DR DOS, AROS, FreeDOS, ReactOS, KolibriOS, IBM i |
| Platform | Cross-platform |
| Type | Command |
| License | coreutils: GPLv3+ FreeDOS: GPLv2 ReactOS: BSD-4-Clause BusyBox: GPL-2.0-only Toybox: 0BSD Plan 9: MIT License |
| Website | Script error: No such module "WikidataIB". |
Script error: No such module "Check for conflicting parameters".
touch is a shell command that sets the modification timestamp of an existing file to be current – which on a Unix-based file system includes special files such as directories. If the input path does not specify an existing file, then it creates a new, regular file at the path.
The Single UNIX Specification (SUS) specifies that touch changes the access or modification timestamps, or both. The file is identified by file system path supplied as the sole argument. If the path does not specify a file, the command creates a file with access and modification timestamps as specified or by default to the current time.
By default (no options specified), touching a file is equivalent to creating it with no content or if it exists, opening and saving it without any content changes to update the modification timestamp to be current. This convenience functionality is useful for a variety of scenarios including build and backup. The tools used in such scenarios typically ignore files that are older than a certain point of time. For example, make ignores a source code file that is older than the object file it is used to create.
The command is often used to create a new file, so that can subsequently open it in an editor or to create a file required by an operation that does not require specific content.
A command first appeared in Version 7 AT&T UNIX. Today, the command is available for many operating systems, including many Unix and Unix-like systems, Windows (via UnxUtils[1] and Touch for Windows.[2]), classic Mac OS, DOS, FreeDOS,[3][4] DR DOS 6.0,[5] KolibriOS,[6] FLEX,[7] AROS,[8] OS-9,[9] ReactOS,[10] and IBM i.[11] The version bundled in GNU Core Utilities was written by Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith.[12]
See also
References
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."Native Win32 ports of some GNU utilities". unxutils.sourceforge.net. Archived from the original on 9 February 2006. Retrieved 11 August 2025.
- ^ Page Module:Citation/CS1/styles.css has no content."touch for Windows".
- ^ Page Module:Citation/CS1/styles.css has no content."ibiblio.org FreeDOS Package -- touch (Unix-like)". www.ibiblio.org. Archived from the original on 13 March 2019. Retrieved 13 November 2018.
- ^ Page Module:Citation/CS1/styles.css has no content."ibiblio.org FreeDOS Group -- Utilities". www.ibiblio.org. Archived from the original on 30 September 2018. Retrieved 13 November 2018.
- ^ Page Module:Citation/CS1/styles.css has no content."DR DOS 6.0 User Guide Optimisation and Configuration Tips" (PDF). Archived from the original on 30 September 2019. Retrieved 11 August 2019.
- ^ Page Module:Citation/CS1/styles.css has no content."Shell - KolibriOS wiki". wiki.kolibrios.org. Archived from the original on 11 February 2019. Retrieved 11 August 2019.
- ^ Page Module:Citation/CS1/styles.css has no content."FLEX 9.0 User's Manual" (PDF). Archived (PDF) from the original on 25 July 2021. Retrieved 10 June 2019.
- ^ Page Module:Citation/CS1/styles.css has no content."AROS Research Operating System". aros.sourceforge.io. Archived from the original on 2 July 2019. Retrieved 12 September 2020.
- ^ Page Module:Citation/CS1/styles.css has no content.Paul S. Dayan (1992). The OS-9 Guru - 1 : The Facts. Galactic Industrial Limited. ISBN 0-9519228-0-7.
- ^ Page Module:Citation/CS1/styles.css has no content."reactos/reactos". GitHub. Archived from the original on 11 December 2017. Retrieved 29 July 2019.
- ^ Page Module:Citation/CS1/styles.css has no content.IBM. "IBM System i Version 7.2 Programming Qshell" (PDF). IBM. Archived (PDF) from the original on 18 September 2020. Retrieved 5 September 2020.
- ^ Page Module:Citation/CS1/styles.css has no content."touch(1): change file timestamps - Linux man page". linux.die.net. Archived from the original on 27 March 2019. Retrieved 27 January 2019.
Further reading
- Page Module:Citation/CS1/styles.css has no content.McElhearn, Kirk (2006). The Mac OS X Command Line: Unix Under the Hood. John Wiley & Sons. ISBN 978-0470113851.
External links
Page Module:Side box/styles.css has no content.Page Template:Sister project/styles.css has no content.
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Template:Plan 9 commands Template:Core Utilities commands Template:DMCA