<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; find - короткое имя файла]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=34628&amp;type=atom" />
	<updated>2014-04-22T05:44:18Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=34628</id>
		<entry>
			<title type="html"><![CDATA[Re: find - короткое имя файла]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=405986#p405986" />
			<content type="html"><![CDATA[<p>как бы не нужно ничего делать</p><div class="codebox"><pre><code>find . -printf &quot;%f\n&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[smaharbA]]></name>
				<uri>https://linuxforum.ru/profile.php?id=32462</uri>
			</author>
			<updated>2014-04-22T05:44:18Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=405986#p405986</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: find - короткое имя файла]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=405632#p405632" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>find . -iname &quot;wallpa*&quot; -exec basename &#039;{}&#039; \;</code></pre></div><p>Вот так можно, например. Найти все файлы, подходящие по критерию и срезать с помощью basename ненужное.</p>]]></content>
			<author>
				<name><![CDATA[Vitri]]></name>
				<uri>https://linuxforum.ru/profile.php?id=20116</uri>
			</author>
			<updated>2014-04-18T21:49:05Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=405632#p405632</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[find - короткое имя файла]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=405631#p405631" />
			<content type="html"><![CDATA[<p>можно ли сделать, чтобы команда find выводила только имя файла, а не весь путь к нему? (или же придется вручную обрезать путь)</p>]]></content>
			<author>
				<name><![CDATA[spyphy]]></name>
				<uri>https://linuxforum.ru/profile.php?id=10156</uri>
			</author>
			<updated>2014-04-18T21:13:27Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=405631#p405631</id>
		</entry>
</feed>
