Changes

Jump to navigation Jump to search
178 bytes added ,  07:43, 14 June 2017
Line 14: Line 14:  
</pre>
 
</pre>
    +
find file with ending ".sh" and header "shebang" called inside "#!/bin/bash" to migrate Scripts from Linux to Unix!
 +
<pre>
 +
find / -name '*.sh' -print -exec grep bash {} \;
 +
</pre>
    
==== grep ====
 
==== grep ====

Navigation menu