Differences

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

Link to this comparison view

Next revision
Previous revision
moreutils [2015/08/04 12:13]
steve created
moreutils [2015/08/04 12:18]
steve
Line 3: Line 3:
 "a growing collection of the unix tools that nobody thought to write thirty years ago" "a growing collection of the unix tools that nobody thought to write thirty years ago"
  
-  * [[errno]] +  * [[errno]] ​- look up errno names and descriptions 
-  * [[ifdata]]+  * [[ifdata]] ​- get network interface info without parsing ifconfig output 
 +  * [[ifne]] - Run command if the standard input is not empty 
 +  * [[isutf8]] - check whether files are valid UTF-8 
 +  * [[lckdo]] - run a program with a lock held (see also [[flock]]) 
 +  * [[mispipe]] - pipe two commands, returning the exit status of the first 
 +  * [[moreutils_parallel]] - run programs in parallel 
 +  * [[sponge]] - soak up standard input and write to a file 
 +  * [[pee]] - tee standard input to pipes