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]]] | ||