Writing /var/www/alexforencich.com/wiki/data/cache/d/dd59b1a6214c175c6adf9c494ebe8405.metadata failed
Writing /var/www/alexforencich.com/wiki/data/cache/4/49740f10b50cc93c9bc2c98b37468c4c.xhtml failed
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:linux:searchodt [2012/06/13 21:30] alex created |
en:linux:searchodt [2020/04/29 08:06] (current) alex [searchodt] |
||
|---|---|---|---|
| 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]]] | ||