most shells will accept outputting from a silent command to a file, e.g. :> foo.txt (where : is the posix synonym to the true command)
:> foo.txt
:
true
* But nobody came.
most shells will accept outputting from a silent command to a file, e.g.
:> foo.txt
(where:
is the posix synonym to thetrue
command)