Skip to content
Technology News Information & Jobs

Technology News Information & Jobs

Ubuntu Tutorials, Ubuntu How To , Linux Tips, Tech Jobs

  • Work with US
  • Search Jobs
  • Post a Job
  • Contact Us
  • Ubuntu
    • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Themes
  • Linux
  • Laptops
  • Tutorials
  • Job Dashboard
  • Toggle search form
Examples of Touch Command in Linux

What Is A Touch Command: Examples of Touch Command in Linux

Posted on September 5, 2018September 5, 2018 By admin

Insight: Examples of touch command in Linux

What Is A Touch Command ?

In a simple definition, we can call touch command as a file processing command. The touch command is the easiest way to create new files. Touch command is used to modify the timestamps of files.

What Is A Touch Command: Examples of Touch Command in Linux

Touch command syntax is

touch [option] file_name(s)

When touch command is used without any options, it creates new files for any file names ( provided as arguments ).

touch itsubuntu.txt​

1. ​How to create a blank file or an empty file

touch <filename>

2. How to create multiple files

touch <file1> <file2> <file3>

 

3. How to avoid creating new files

Touch command create an empty file if the input file doesn’t exist otherwise it will update the timestamps of the input file.

Use the option “-c”.

touch -c itsubuntu.txt

4. How to change access time of a file

touch -a itsubuntu.txt​

5. How to ​use the timestamp of another file as reference

Set the access/modify time of fedora.txt to that of itsubuntu.txt

​touch -r itsubuntu.txt fedora.txt

6. How to change access time of a file

Use the command below to change the access time of a file using the”-a”option with the file name.

touch -a itsubuntu.txt​

Now, check it if it is changed or not?

stat itsubuntu.txt

 

READ More Relevant Stuff:  How To Install VMware Workstation 17 Player On Linux Mint 21

7. How to update only modify time of a file

touch -m itsubuntu.txt

Now check it.

stat itsubuntu.txt

8. Change timestamp of a symbolic link

You can use the -h option.

touch -h <symbolic_link>

 

9. Create a File using a specified time

Use the following command to create a file with specified time other than the current time

 touch -t YYMMDDHHMM.SS itsubuntu

10. Create a multiple files

# Create files with names 1 to 20

touch {1..20}

# Create files with names A to Z

 touch {A..Z}

# Create files with extension

 touch {1..1000}.txt

# Create 10K files

 touch {1..10}{1..1000}

List of options with Touch Command

  • ​-a – Access time of a file.
  • -c – Do not create a specified file if it does not exist.
  • -m – Change the modification time of file.
  • -r -use this file’s times instead of current time.
  • -t –  use [[CC]YY]MMDDhhmm[.ss] instead of current time.
  • -d, –date=STRINGparse STRING and use it instead of current time.

 

Let us know if there is error in the commands mentioned above.

Linux

Post navigation

Previous Post: Useful Multimedia Applications For Ubuntu 18.04 LTS
Next Post: Best Digital Audio Workstation Apps For Linux In 2018

Related Posts

List Of Best Linux FTP Client In 2018 Linux
Install MusicBrainz Picard In Linux : Music Tagger For Linux Ubuntu
Mozilla Firefox 76.0 For Ubuntu 20.04 LTS Firefox 76 Released With Security Enhancement Linux
Linux Kernel 5.7 Reached End of Life, Upgrade Now Linux Kernel 5.7 Reached End of Life, Upgrade Now Linux
Install Audit Tool In RHEL/CentOS/Fedora Install Audit Tool In RHEL/CentOS/Fedora Linux
Best Linux Distribution For Windows Users In 2020 Best Linux Distribution For Windows Users In 2020 Linux

Recent Posts

  • New Job Search October 10, 2025
  • How To Enable Hibernate in Ubuntu 22.04 LTS May 20, 2024
  • Popular Ubuntu Games: Top 5 Games To Play March 17, 2024
  • WordPress | Your site doesn’t include support for the “generateblocks/container” block GenerateBlocks Plugin February 11, 2024
  • Ubuntu Autoremove Command Debian Autoremove Command February 10, 2024
  • How To Mount Windows 11 Shares on Debian Linux December 7, 2023
  • Anonymous Browsing 101: A Deep Dive Into Residential Proxies November 20, 2023
  • How To Correctly Install Uninstall Linux Ubuntu Nvidia Drivers Fast October 31, 2023
  • Ethical Web Design: The Dos and Don’ts October 28, 2023
  • Understanding the Role of Security Operations Center October 25, 2023
  • The Positive Effects of AI Tools and Online Services on Students Successful Essay-Writing Skills October 3, 2023

Categories

  • Android
  • Apple
  • Blogs
  • Debian
  • Fix
  • Gadgets
  • Game
  • Google
  • How To Ubuntu
  • Internet
  • Laptops
  • Linux
  • Linux Commands
  • Linux Game
  • Linux Mint
  • News
  • Operating Systems
  • Security
  • Technology
  • Themes
  • Tools
  • Tutorials
  • Ubuntu
  • ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • Windows 11
  • Wordpress
  • Search Jobs
  • Post a Job
  • Job Dashboard
  • Contact Us
  • About US
  • Cookie Policy
  • Terms and Conditions
  • Privacy Policy
  • Sitemap
  • Write For US

Tags

android apps centos ChatGPT command Commands Debian deepin Desktop docker Fedora fix game games Gaming gnome google kernel linux linux commands linux kernel Linux laptops Linux Mint Linux themes minecraft NVIDIA Python Raspberry Pi sysadmin themes ubuntu ubuntu 18.04 Ubuntu 18.04 LTS Ubuntu 20.04 ubuntu 20.04 lts Ubuntu 22.04 LTS Ubuntu games Ubuntu kernel ubuntu themes ubuntu tutorial VirtualBox Windows Windows 11 Wine WSL
itsubuntu.com is an Equal Opportunity Employer. For Advertisement, Jobs, Guest posts, and any other thoughts, email us at [email protected]
  • Senior Staff AI Engineer

    • San Francisco, CA
    • SonicJobs
    • Full Time
  • Freelance Writer

    • Springfield, MA
    • Freelance
  • Sr Technical Writer

    • Columbia, MD
    • CACI International, Inc.
    • Full Time
  • Senior Data Engineer (Enterprise Platforms Technology)

    • Charlottesville, VA
    • Capital One
    • Full Time
  • Principal Data Scientist – Generative AI, Machine Learning, Python, R – Remote (Seattle)

    • Seattle, WA
    • Molina Healthcare
    • Full Time
  • Head of Software Engineering (San Francisco)

    • San Francisco, CA
    • Hanwha AI Center
    • Full Time
  • Senior Machine Learning Engineer (Python, AWS, Big Data) – Auto Loan Valuations & Insights

    • Harrisonburg, VA
    • Capital One
    • Full Time
  • Senior Full-Stack Architect for AI Avatars (Los Angeles)

    • Los Angeles, CA
    • Genies
    • Full Time

Copyright © 2025 Technology News Information & Jobs.

Powered by PressBook Grid Blogs theme