User Tools

Site Tools


shell2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
shell2 [2022/10/17 12:31] – [Protips for find] dblumeshell2 [2023/05/17 09:47] (current) – [Protips for find] dblume
Line 565: Line 565:
   lib/libprotoc.so.13.0.2   lib/libprotoc.so.13.0.2
  
 +Tip: tar up the last day's worth of log files:
 +
 +  find . -mtime -1 -name \*.log -print0 | tar -jcvf logs.tar.bz2 --null -T -
 ====== Additional Keywords ====== ====== Additional Keywords ======
  
 Linux, Unix, *nix Linux, Unix, *nix
shell2.1666035074.txt.gz · Last modified: 2023/04/12 20:44 (external edit)