Difference between revisions of "Truncate"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 +
{{lc}}
 
<code>truncate</code> (<code>[[coreutils]]</code> package)
 
<code>truncate</code> (<code>[[coreutils]]</code> package)
  

Revision as of 08:25, 9 February 2023

truncate (coreutils package)


  • Set file to zero:
    • truncate -s 0 /path/to/filename
    • truncate -s 0 /var/lib/docker/containers/*/*-json.log

Alternative: echo "" > filename


Related commands

See also

Advertising: