1168
Touch a file in Linux (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] gaterush@lemmy.world 9 points 9 months ago

The other command could just be printf '' >> file to not overwrite it. Or even simpler >>file and then interrupt

[-] owsei@programming.dev 10 points 9 months ago

or :>>file then you don't need to interrupt

[-] gaterush@lemmy.world 3 points 9 months ago

that's awesome, did not know about that handy operator!

[-] owsei@programming.dev 3 points 9 months ago

Yeah!

it's basically a noop, I use it as a placeholder when I'm writing a script, since bash doesn't accept code blocks with no commands

load more comments (3 replies)
load more comments (3 replies)
this post was submitted on 17 Mar 2024
1168 points (97.5% liked)

Programmer Humor

19896 readers
1050 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