chraebsli to Programmer Humor · 9 months agoTouch a file in Linuximagemessage-square94fedilinkarrow-up11.2Karrow-down131
arrow-up11.17Karrow-down1imageTouch a file in Linuxchraebsli to Programmer Humor · 9 months agomessage-square94fedilink
minus-squaretranzystorek_io@beehaw.orglinkfedilinkEnglisharrow-up6·9 months agomost shells will accept outputting from a silent command to a file, e.g. :> foo.txt (where : is the posix synonym to the true command)
most shells will accept outputting from a silent command to a file, e.g.
:> foo.txt
(where:
is the posix synonym to thetrue
command)