Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
who am I kidding? The most exciting part is watching new features work the first time, but the rest is true!
-
@Willyb321 creates a new file. So, to create a new HTML file in the present directory would be 'touch index.html', for example.
-
@Willyb321 I have a particular soft spot for wandering around the command line. It got beaten into me. 😆
-
@Willyb321 touch is used for updating the timestamps of files without actually having to open them or modify them. You can even set the timestamp for the date it was created, modified, or accessed to a year ago. It has also been used to creating new blank files, probably more commonly than the original intention.
Related Rants
The hardest part of a new project is starting it. But it may also be the most exciting. The possibilities!
undefined
touch filename
git init
mkdir