Difference between revisions of "Moreutils"

From WA2IAC Wiki
Jump to: navigation, search
m (What's included)
(moreutils package)
 
Line 2: Line 2:
  
 
moreutils is "a growing collection of the unix tools that nobody thought to write long ago when unix was young".
 
moreutils is "a growing collection of the unix tools that nobody thought to write long ago when unix was young".
 +
 +
I discovered this while looking for a solution to timestamp logfiles that programmers of a proprietary organization had seen fit not to timestamp. I didn't want the overhead of repeatedly calling 'date' that a quick-and-dirty shell script would have required.
 +
 +
Note that for logging, the "unbuffer" command (included in most modern distros) may need to be used to get the desired behavior (e.g. when tailing files).
 +
 +
But wait... there's still a LOT more!
  
 
==What's included==
 
==What's included==

Latest revision as of 18:47, 6 July 2015