1169
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 7 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 7 months ago

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

[-] 4am@lemm.ee 6 points 7 months ago

.“:>>” is “append null” right? Do you get a file with a single ASCII NUL or is it truly empty?

[-] 0x0@lemmy.dbzer0.com 14 points 7 months ago

Not really. I believe : is the "true" builtin. So it's like running a program that exits with zero and writes nothing to stdout. The >> streams the empty stdout into the named file.

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

Programmer Humor

19386 readers
71 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 1 year ago
MODERATORS