this post was submitted on 17 Mar 2024
1172 points (97.5% liked)

Programmer Humor

22250 readers
809 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mox@lemmy.sdf.org 1 points 1 year ago

Creating an empty file is one of its intended purposes. Unix commands were designed as multi-purpose primitives, so they could be reused and composed to handle many different tasks. The touch command is no exception.

https://www.youtube.com/watch?v=tc4ROCJYbm0&t=287s