Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
en:linux:searchodt [2012/06/13 21:30]
alex created
en:linux:searchodt [2012/06/14 00:56]
alex [Links]
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.
  
 +===== searchodt =====
 <code sh> <code sh>
 #!/bin/bash #!/bin/bash
Line 19: Line 20:
 </​code>​ </​code>​
  
 +===== Links =====
 +
 +  * [[http://​ubuntuforums.org/​showthread.php?​t=899179|Source [ubuntuforums]]]