<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>miZine &#187; dateien</title>
	<atom:link href="http://mizine.de/tag/dateien/feed/" rel="self" type="application/rss+xml" />
	<link>http://mizine.de</link>
	<description>Mac, Internet, SEO, eCommerce, Gadgets und Wordpress</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:36:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://mizine.de/?pushpress=hub'/>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Dateien Löschen, die älter sind als x Tage</title>
		<link>http://mizine.de/linux/dateien-loschen-die-alter-sind-als-x-tage/</link>
		<comments>http://mizine.de/linux/dateien-loschen-die-alter-sind-als-x-tage/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 12:58:24 +0000</pubDate>
		<dc:creator>Viktor Dite</dc:creator>
				<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[Alt]]></category>
		<category><![CDATA[dateien]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[löschen]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[Older than]]></category>

		<guid isPermaLink="false">http://www.mizine.de/allgemein/dateien-loschen-die-alter-sind-als-x-tage/</guid>
		<description><![CDATA[&#8220;The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’ll use this in order to figure out what files are older than a certain number of days, and then use the rm command to delete them.&#8221; find /path/to/files* -mtime +5 [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’ll use this in order to figure out what files are older than a certain number of days, and then use the rm command to delete them.&#8221;</em></p>
<pre><code>find /path/to/files* -mtime +5 -exec rm {} \;</code></pre>
</p>
<p><a href="http://www.howtogeek.com/howto/ubuntu/delete-files-older-than-x-days-on-linux/" target="_blank">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mizine.de/linux/dateien-loschen-die-alter-sind-als-x-tage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eine Datei unter Linux finden</title>
		<link>http://mizine.de/linux/eine-datei-unter-linux-finden/</link>
		<comments>http://mizine.de/linux/eine-datei-unter-linux-finden/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 11:24:11 +0000</pubDate>
		<dc:creator>Viktor Dite</dc:creator>
				<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[datei]]></category>
		<category><![CDATA[dateien]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Finden]]></category>
		<category><![CDATA[suchen]]></category>

		<guid isPermaLink="false">http://www.mizine.de/allgemein/eine-datei-unter-linux-finden/</guid>
		<description><![CDATA[Syntax: find {dir-name} -name {file-name} Beispiel: find / -name foo.txt]]></description>
			<content:encoded><![CDATA[<p>Syntax:<br />
<em>find {dir-name} -name {file-name}</em></p>
<p>Beispiel:</p>
<pre><code>find / -name foo.txt</code></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://mizine.de/linux/eine-datei-unter-linux-finden/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>List Files Newer Than 10 Days</title>
		<link>http://mizine.de/linux/list-files-newer-than-10-days/</link>
		<comments>http://mizine.de/linux/list-files-newer-than-10-days/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 10:42:59 +0000</pubDate>
		<dc:creator>Viktor Dite</dc:creator>
				<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[Änderungen]]></category>
		<category><![CDATA[dateien]]></category>
		<category><![CDATA[Days]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Finden]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Seit]]></category>
		<category><![CDATA[suchen]]></category>
		<category><![CDATA[Tage]]></category>
		<category><![CDATA[Zeitraum]]></category>

		<guid isPermaLink="false">http://www.mizine.de/allgemein/list-files-newer-than-10-days/</guid>
		<description><![CDATA[How to List Files Newer Than 10 Days using ls: find . -mtime -10]]></description>
			<content:encoded><![CDATA[<p>How to List Files Newer Than 10 Days using ls:</p>
<p><code>find . -mtime -10</code>  </p>
]]></content:encoded>
			<wfw:commentRss>http://mizine.de/linux/list-files-newer-than-10-days/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Suchen mit Linux</title>
		<link>http://mizine.de/linux/suchen-mit-linux/</link>
		<comments>http://mizine.de/linux/suchen-mit-linux/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:46:12 +0000</pubDate>
		<dc:creator>Viktor Dite</dc:creator>
				<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[dateien]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[Inhalte]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[suche]]></category>
		<category><![CDATA[suchen]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://mizine.de/allgemein/suchen-mit-linux/</guid>
		<description><![CDATA[Suchen mit Linux ist eigentlich ganz einfach! Am häufigsten wird man wohl grep gebrauchen. grep durchsucht bspw. Dateien nach einem angegebenem String. grep 'Linux' * sucht dabei in allen Dateien des Verzeichnisses nach dem String &#8216;Linux&#8217; mehr dazu in dieser ausführlichen Anleitung zur Suche unter Linux]]></description>
			<content:encoded><![CDATA[<p>Suchen mit Linux ist eigentlich ganz einfach! Am häufigsten wird man wohl <em>grep</em> gebrauchen. <em>grep</em> durchsucht bspw. Dateien nach einem angegebenem String. </p>
<p>
<pre><code>grep 'Linux' *</code></pre>
<p>sucht dabei <strong>in</strong> allen Dateien des Verzeichnisses nach dem String &#8216;Linux&#8217;</p>
<p>mehr dazu in dieser <a href="http://www.goldmann.de/linux-suchfunktion-kde-kerry-beagle_tipp_491.html" target="_blank">ausführlichen Anleitung zur Suche unter Linux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mizine.de/linux/suchen-mit-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Versteckte Dateien im Finder anzeigen</title>
		<link>http://mizine.de/mac/versteckte-dateien-im-finder-anzeigen/</link>
		<comments>http://mizine.de/mac/versteckte-dateien-im-finder-anzeigen/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:47:34 +0000</pubDate>
		<dc:creator>Viktor Dite</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[anzeigen]]></category>
		<category><![CDATA[dateien]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[Finder]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[versteckte]]></category>

		<guid isPermaLink="false">http://mizine.de/?p=761</guid>
		<description><![CDATA[defaults write com.apple.finder AppleShowAllFiles TRUE]]></description>
			<content:encoded><![CDATA[<p><code>defaults write com.apple.finder AppleShowAllFiles TRUE</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mizine.de/mac/versteckte-dateien-im-finder-anzeigen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MassReplaceIt</title>
		<link>http://mizine.de/mac/massreplaceit/</link>
		<comments>http://mizine.de/mac/massreplaceit/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 20:39:41 +0000</pubDate>
		<dc:creator>Viktor Dite</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[dateien]]></category>
		<category><![CDATA[ersetzen]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[suchen]]></category>
		<category><![CDATA[umbenennen]]></category>

		<guid isPermaLink="false">http://mizine.de/?p=280</guid>
		<description><![CDATA[MassReplaceIt ist ein Tool dass hunderte von Dateiendungen umbenennen kann, oder in einem langen Text gezielt bestimmte Wörter austauschen kann. Nix neues, kann doch jeder Texteditor werden viele sagen. Das mag auch Stimmen, aber MassReplaceIt bietet eine überschaubare Anzeige, wo denn etwas geändert werden soll&#8230; hier noch ein paar weitere Bilder Have you ever wanted [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hexmonkeysoftware.com/" target="_blank"><img border="0" src="http://www.hexmonkeysoftware.com/images/icon_128.jpg" /></a> <a href="http://www.hexmonkeysoftware.com/">MassReplaceIt</a> ist ein Tool dass hunderte von Dateiendungen umbenennen kann, oder in einem langen Text gezielt bestimmte Wörter austauschen kann. Nix neues, kann doch jeder Texteditor werden viele sagen.  Das mag auch Stimmen, aber  MassReplaceIt bietet eine überschaubare Anzeige, wo denn etwas geändert werden soll&#8230;</p>
<p><img border="0" src="http://i138.photobucket.com/albums/q250/vreesh/mac/previww.png" /></p>
<p>hier noch ein paar weitere Bilder</p>
<p><img border="0" src="http://i138.photobucket.com/albums/q250/vreesh/mac/th_result.png" />  <img border="0" src="http://i138.photobucket.com/albums/q250/vreesh/mac/th_main-1.png" /></p>
<p>Have you ever wanted to change the extension of hundreds of files at once? Or have you ever needed to change an email address on 50 different pages of a website? Then <a href="http://www.hexmonkeysoftware.com/" target="_blank">MassReplaceIt</a> is the tool for you.MassReplaceIt takes a list of files, searches either their contents or their filenames, and replaces every occurrence of your search term with something else. Not only that, but it provides numerous features and options to give you control over the changes you want to make.For example, you can optionally create a mask to filter which files are searched. Say you have a folder with thousands of documents inside it, but you only want to search html files modified in the last week. MassReplaceIt makes it easy to do this.</p>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/search" rel="tag">search</a>, <a href="http://technorati.com/tag/replace" rel="tag">replace</a>, <a href="http://technorati.com/tag/suchen" rel="tag">suchen</a>, <a href="http://technorati.com/tag/ersetzen" rel="tag">ersetzen</a>, <a href="http://technorati.com/tag/mac" rel="tag">mac</a>, <a href="http://technorati.com/tag/osx" rel="tag">osx</a>, <a href="http://technorati.com/tag/batch" rel="tag">batch</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://mizine.de/mac/massreplaceit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Renamer4Mac</title>
		<link>http://mizine.de/mac/rename4mac/</link>
		<comments>http://mizine.de/mac/rename4mac/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 20:41:33 +0000</pubDate>
		<dc:creator>Viktor Dite</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[dateien]]></category>
		<category><![CDATA[ersetzen]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[suchen]]></category>
		<category><![CDATA[umbenennen]]></category>

		<guid isPermaLink="false">http://mizine.de/?p=246</guid>
		<description><![CDATA[Ich hätte beim Suchen nach einem Tool zum Umbenennen mehrerer Dateien etwas länger suchen sollen, dann wären mir die 24x neuladen erspart geblieben. Renamer4Mac bietet nämlich die gleiche Funktionalität gegen eine Spende für mittlerweile 29$ mit 10 Tagen Trial gefunden bei macoshints technorati tags:rename, umbenennen, datei, file]]></description>
			<content:encoded><![CDATA[<p>Ich hätte beim <a href="http://mizine.de/mac/massreplaceit/">Suchen nach einem Tool zum Umbenennen mehrerer Dateien</a> etwas länger suchen sollen, dann wären mir die 24x neuladen erspart geblieben.</p>
<p><a href="http://renamer.com/">Renamer4Mac</a> bietet nämlich die gleiche Funktionalität <strike>gegen eine Spende</strike> für mittlerweile 29$ mit 10 Tagen Trial</p>
<p><a href="http://s138.photobucket.com/albums/q250/vreesh/mac/?action=view&amp;current=renamer.jpg" title="renamer.jpg" rel="lightbox[246]"><img width="450" border="0" src="http://i138.photobucket.com/albums/q250/vreesh/mac/renamer.jpg" /></a></p>
<p>gefunden bei <a href="http://www.macosxhints.ch/index.php?page=2&amp;hintid=2045">macoshints</a><br/>
</p>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">technorati tags:<a href="http://technorati.com/tag/rename" rel="tag">rename</a>, <a href="http://technorati.com/tag/umbenennen" rel="tag">umbenennen</a>, <a href="http://technorati.com/tag/datei" rel="tag">datei</a>, <a href="http://technorati.com/tag/file" rel="tag">file</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://mizine.de/mac/rename4mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

