Differences

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

Link to this comparison view

Next revision
Previous revision
en:linux:searchodt [2012/06/13 19:30] – created alexen:linux:searchodt [2020/04/29 06:06] (current) – [searchodt] alex
Line 3: Line 3:
 This simple script will search all the ODT files in the current directory for the specified text string, printing out the names of all the files containing said string. This simple script will search all the ODT files in the current directory for the specified text string, printing out the names of all the files containing said string.
  
-<code sh>+===== searchodt ===== 
 +<code bash>
 #!/bin/bash #!/bin/bash
  
Line 19: Line 20:
 </code> </code>
  
 +===== Links =====
 +
 +  * [[http://ubuntuforums.org/showthread.php?t=899179|Source [ubuntuforums]]]