Linux: Difference between revisions

Jump to navigation Jump to search
 
Line 72: Line 72:


* xargs - to be processed - [http://offbytwo.com/2011/06/26/things-you-didnt-know-about-xargs.html Things you (probably) didn’t know about xargs]
* xargs - to be processed - [http://offbytwo.com/2011/06/26/things-you-didnt-know-about-xargs.html Things you (probably) didn’t know about xargs]
Ignore "Permission denied" errors
<syntaxhighlight lang="bash">
$ find . 2>&1 | grep -si "sfrrgam"
</syntaxhighlight>


== LVM ==
== LVM ==

Navigation menu