<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; Shell cкрипт поиска слов в любых файлах, в т.ч. docx, doc, xlsx, xls]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=34905&amp;type=atom" />
	<updated>2014-05-18T20:41:43Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=34905</id>
		<entry>
			<title type="html"><![CDATA[Re: Shell cкрипт поиска слов в любых файлах, в т.ч. docx, doc, xlsx, xls]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=409280#p409280" />
			<content type="html"><![CDATA[<p>мама моя родная. вот это изврат!<br />а нельзя ли просто<br /></p><div class="codebox"><pre><code>while (...){
    if (/....../){
        say;
    }
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[новичок]]></name>
				<uri>https://linuxforum.ru/profile.php?id=34206</uri>
			</author>
			<updated>2014-05-18T20:41:43Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=409280#p409280</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Shell cкрипт поиска слов в любых файлах, в т.ч. docx, doc, xlsx, xls]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=409157#p409157" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#!/bin/sh
var_Find=`which find`
var_Catdoc=`which catdoc`
var_Antiword=`which antiword`
var_Grep=`which grep`
var_Sed=`which sed`
var_Cat=`which cat`
var_Xls2csv=`which xls2csv`
var_Unzip=`which unzip`
var_Awk=`which awk`</code></pre></div>]]></content>
			<author>
				<name><![CDATA[efremovzone]]></name>
				<uri>https://linuxforum.ru/profile.php?id=34380</uri>
			</author>
			<updated>2014-05-16T18:10:26Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=409157#p409157</id>
		</entry>
</feed>
