Changes

Jump to navigation Jump to search
288 bytes added ,  17:08, 24 May 2017
no edit summary
Line 1: Line 1:  
==== find ====
 
==== find ====
find multiple files/folders
+
Sample: Find multiple files/folders/by size
 
<pre>
 
<pre>
 
$find /path -type d \( -name "foldername1" -o -name "foldername2" \ )
 
$find /path -type d \( -name "foldername1" -o -name "foldername2" \ )
Line 16: Line 16:     
==== grep ====
 
==== grep ====
 +
Sample: By default the Linux and Unix Config Files written with comments for help but somtimes its too much!
 +
Comments mostly starting with "#"
 +
to filter them out do:
 +
<pre>
 +
grep -v '^#' config
 +
</pre>
 +
Sytem Echos NOW only active Settings!! That's easy to control for bugs..
     

Navigation menu