<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; CMD/BAT: Cредства для выборки из файлов]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7880&amp;type=atom" />
	<updated>2012-12-18T16:12:12Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7880</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Cредства для выборки из файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=67130#p67130" />
			<content type="html"><![CDATA[<p>Если речь идет об UNIX-утилитах, то<br />1. встроенный help (file.exe --help) у каждой утилиты<br />2. <a href="http://www.freebsd.org/cgi/man.cgi?query=grep">manpages</a>, <a href="http://www.opennet.ru/man_1.shtml">здесь </a> можно найти перевод некоторых из них.</p>]]></content>
			<author>
				<name><![CDATA[yuriy2000]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25753</uri>
			</author>
			<updated>2012-12-18T16:12:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=67130#p67130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Cредства для выборки из файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=67127#p67127" />
			<content type="html"><![CDATA[<p>Спасибо я разобрался в них!</p>]]></content>
			<author>
				<name><![CDATA[unbywyd]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29258</uri>
			</author>
			<updated>2012-12-18T15:39:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=67127#p67127</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Cредства для выборки из файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=67118#p67118" />
			<content type="html"><![CDATA[<p>Спасибо за ответы...</p>]]></content>
			<author>
				<name><![CDATA[unbywyd]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29258</uri>
			</author>
			<updated>2012-12-18T12:13:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=67118#p67118</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Cредства для выборки из файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=67095#p67095" />
			<content type="html"><![CDATA[<p>Первое, что пришло на ум (используйте Cygwin, GnuWin32 или UnixUtils - вы же уже используете wget)<br /></p><div class="quotebox"><blockquote><p>найти соответствия шаблону pattern и вывести только их<br />echo %PATH% | grep -o &quot;Program Files[^;]*&quot;</p><p>разбить строку по определенному символу<br />echo %PATH% | tr ; \n<br />echo %PATH% | sed &quot;s/;/\n/g&quot;</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[Rumata]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24846</uri>
			</author>
			<updated>2012-12-17T20:32:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=67095#p67095</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Cредства для выборки из файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=67094#p67094" />
			<content type="html"><![CDATA[<p><strong>unbywyd</strong>, «родные» средства командной строки ограничены «find.exe» и «findstr.exe». Большую свободу дают скрипты, либо портированные с Unix утилиты.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2012-12-17T20:14:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=67094#p67094</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Cредства для выборки из файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=67093#p67093" />
			<content type="html"><![CDATA[<p>День добрый, возникла такая проблема, качая wget я получаю всю страницу в 1 строку, есть ли программки которые работают посредственно через cmd, и выбирают отдельные части кода, От -до...<br />Или может есть средства что бы после определенного элемента переносить следующий код на следующую строку ?</p>]]></content>
			<author>
				<name><![CDATA[unbywyd]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29258</uri>
			</author>
			<updated>2012-12-17T19:53:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=67093#p67093</id>
		</entry>
</feed>
