<?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>WiredRevolution.com &#187; file</title>
	<atom:link href="http://www.wiredrevolution.com/tag/file/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to get Boxee to correctly identify local media files</title>
		<link>http://www.wiredrevolution.com/guides/how-to-get-boxee-to-correctly-identify-local-media-files?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-boxee-to-correctly-identify-local-media-files</link>
		<comments>http://www.wiredrevolution.com/guides/how-to-get-boxee-to-correctly-identify-local-media-files#comments</comments>
		<pubDate>Wed, 29 Dec 2010 16:31:37 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[filenames]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[identify]]></category>
		<category><![CDATA[imdb.com]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[naming]]></category>
		<category><![CDATA[recognize]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[scan]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1391</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/>One of the great features of Boxee is that it can scan your local media collection and retrieves artwork and information from IMDb.com. It does this by doing regular expression matching on each file name to determine what movie, album, or TV episode it is. If you have a collection that is not well named [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Build the perfect HTPC with Boxee and the Dell Zino HD'>Build the perfect HTPC with Boxee and the Dell Zino HD</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic' rel='bookmark' title='Permanent Link: Install Boxee on 64-bit Ubuntu 9.10 Karmic'>Install Boxee on 64-bit Ubuntu 9.10 Karmic</a></li>
<li><a href='http://www.wiredrevolution.com/commands/using-tar-to-archive-files' rel='bookmark' title='Permanent Link: Using tar to archive files'>Using tar to archive files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_guide_icon.png" width="100" height="91" alt="" title="guides" /><br/><p>One of the great features of Boxee is that it can scan your local media collection and retrieves artwork and information from <a href="imdb.com">IMDb.com</a>. It does this by doing regular expression matching on each file name to determine what movie, album, or TV episode it is. If you have a collection that is not well named or organized this might not work correctly for a lot of your media files. Fortunately there is a specific way you can name your movie, music, and TV files to give the Boxee the best chance of to correctly identify your media collection.</p>
<p>Again, Boxee uses IMDb.com to identify and retrieve information about your media files. If you are unsure of a proper title, or having problems with identification, check there first and make sure it matches what they have.</p>
<h2>TV Shows</h2>
<p>TV episode file names are usually consisted of the show&#8217;s name, the season (usually indicated by the letter &#8220;S&#8221;, or just the number), the episode (usually indicated by the letter &#8220;E&#8221;, or just the number), the episode&#8217;s title, and some more info regarding the quality and source of the file.</p>
<p>Boxee currently supports the following types of naming conventions for tv shows.</p>
<p><code>Show.Title.S##E##.info.extension</code><br />
(double digits are required: S#E# will not work.)</p>
<p>Examples:</p>
<p><code>The.Sopranos.S02E01.avi<br />
Entourage.S05E01.avi</code></p>
<p>Please note: Adding the series&#8217; release year in the file will help resolve remakes and TV shows with similar names<br />
(please refer to IMDB.com to find the correct release year of the show)</p>
<h2>Movies</h2>
<p>Boxee currently supports the following naming convention for movies:</p>
<p><code>Title.(Year).extension<br />
Title (Year).extension<br />
Title.[Year].extension<br />
Title [Year].extension</code></p>
<p>It is recommended that you add the movie&#8217;s release year for greater accuracy, especially when dealing with remakes.</p>
<p>Examples:<br />
<code>The.Day.the.Earth.Stood.Still.(1951).avi<br />
The Day the Earth Stood Still (1951).avi<br />
The.Day.the.Earth.Stood.Still.[1951].avi<br />
The Day the Earth Stood Still [1951].avi</code></p>
<p>It is recommended that you add the movie&#8217;s release year for greater accuracy, especially when dealing with remakes.</p>
<p>For multi-part movie both part# and cd# are supported.<br />
<code>Title.(Year).part#.extension</code></p>
<p>Examples:<br />
<code>The.Simpsons.Movie.(2007).part1.avi<br />
The.Simpsons.Movie.(2007).part2.avi</code></p>
<h2>Music</h2>
<p>With music the filename is not as important as the id3 tags.</p>
<p>id3 tags hold all the information such as album name, artist, year, genre and even artwork. Whatever is there, will be presented in Boxee, so be sure to include as much info as possible in your id3 tags.</p>
<h2>Renaming Files</h2>
<p>You can always use a third party application to help you rename the files. Most media players such as iTunes or Windows Media Player, also allow you to edit those tags, but you can also Google for some dedicated ID3 editors.</p>
<h2>Manually Identify a File</h2>
<p>In a few cases the file won&#8217;t be recognized even with these formatting tips. In this case select the media file and click the &#8220;<strong>Wrong Video?</strong>&#8221; button. You can then follow the on screen instructions to search for and the correctly identity the media file.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Build the perfect HTPC with Boxee and the Dell Zino HD'>Build the perfect HTPC with Boxee and the Dell Zino HD</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-boxee-on-64-bit-ubuntu-910-karmic' rel='bookmark' title='Permanent Link: Install Boxee on 64-bit Ubuntu 9.10 Karmic'>Install Boxee on 64-bit Ubuntu 9.10 Karmic</a></li>
<li><a href='http://www.wiredrevolution.com/commands/using-tar-to-archive-files' rel='bookmark' title='Permanent Link: Using tar to archive files'>Using tar to archive files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/guides/how-to-get-boxee-to-correctly-identify-local-media-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract the contents of an RPM package</title>
		<link>http://www.wiredrevolution.com/red-hat/extract-the-contents-of-an-rpm-package?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=extract-the-contents-of-an-rpm-package</link>
		<comments>http://www.wiredrevolution.com/red-hat/extract-the-contents-of-an-rpm-package#comments</comments>
		<pubDate>Sun, 10 Oct 2010 16:30:07 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[red hat]]></category>
		<category><![CDATA[contents]]></category>
		<category><![CDATA[cpio]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[package manager]]></category>
		<category><![CDATA[pipe]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[rpm2cpio]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1305</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/redhat_icon.png" width="80" height="88" alt="" title="red hat" /><br/>Strangely enough there is no way to directly extract the contents of an .rpm package using the rpm (RPM Package Manager) tool. This feature can come in handy for example if you need to access a single file in a package but you don&#8217;t want to install it on your system. Fortunately there is a [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/commands/using-tar-to-archive-files' rel='bookmark' title='Permanent Link: Using tar to archive files'>Using tar to archive files</a></li>
<li><a href='http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet' rel='bookmark' title='Permanent Link: RPM Cheat Sheet'>RPM Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/convert-text-files-within-a-directory-from-windows-to-unix-format' rel='bookmark' title='Permanent Link: Convert text files within a directory from Windows to Unix format'>Convert text files within a directory from Windows to Unix format</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/redhat_icon.png" width="80" height="88" alt="" title="red hat" /><br/><p>Strangely enough there is no way to directly extract the contents of an .rpm package using the <strong>rpm</strong> (RPM Package Manager) tool. This feature can come in handy for example if you need to access a single file in a package but you don&#8217;t want to install it on your system. Fortunately there is a simple hack that you can use to make this work. </p>
<p>To do this use the <strong>rpm2cpio</strong> tool to convert an .rpm file to a cpio archive then pipe it to <strong>cpio</strong> command to extract it. </p>
<p>Here is an example:<br />
<code>$ rpm2cpio rpm-package.rpm | cpio -idmv</code></p>
<p>The options explained:<br />
i  &#8211; Extract the  archive<br />
d &#8211; Create leading directories where needed<br />
m &#8211; Retain previous file modification times when creating files<br />
v &#8211; List the files processed, be verbose</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/commands/using-tar-to-archive-files' rel='bookmark' title='Permanent Link: Using tar to archive files'>Using tar to archive files</a></li>
<li><a href='http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet' rel='bookmark' title='Permanent Link: RPM Cheat Sheet'>RPM Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/convert-text-files-within-a-directory-from-windows-to-unix-format' rel='bookmark' title='Permanent Link: Convert text files within a directory from Windows to Unix format'>Convert text files within a directory from Windows to Unix format</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/red-hat/extract-the-contents-of-an-rpm-package/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert PDF file to text with pdftotext</title>
		<link>http://www.wiredrevolution.com/commands/convert-pdf-file-to-text-with-pdftotext?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convert-pdf-file-to-text-with-pdftotext</link>
		<comments>http://www.wiredrevolution.com/commands/convert-pdf-file-to-text-with-pdftotext#comments</comments>
		<pubDate>Thu, 09 Sep 2010 15:56:14 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[commands]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[pdftotext]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[txt]]></category>
		<category><![CDATA[xpdf]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1234</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/commands_icon.png" width="80" height="69" alt="" title="commands" /><br/>In many cases it can be helpful to access text from within a PDF file but accomplishing this can be next to impossible. Luckily in Linux there is a command line program called pdftotext which is included with the xpdf package. This first step is making sure that the xpdf package is installed. In Ubuntu [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/bash-programming/convert-text-files-within-a-directory-from-windows-to-unix-format' rel='bookmark' title='Permanent Link: Convert text files within a directory from Windows to Unix format'>Convert text files within a directory from Windows to Unix format</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/echo-text-without-a-trailing-newline' rel='bookmark' title='Permanent Link: Echo text without a trailing newline'>Echo text without a trailing newline</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/delete-a-specific-line-from-a-text-file-with-sed' rel='bookmark' title='Permanent Link: Delete a specific line from a text file with sed'>Delete a specific line from a text file with sed</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/commands_icon.png" width="80" height="69" alt="" title="commands" /><br/><p>In many cases it can be helpful to access text from within a PDF file but accomplishing this can be next to impossible. Luckily in Linux there is a command line program called <strong>pdftotext</strong> which is included with the <strong>xpdf</strong> package. </p>
<p>This first step is making sure that the xpdf package is installed. In Ubuntu you can use the following command.<br />
<code>$ sudo apt-get install xpdf</code></p>
<p>Now you can convert a PDF to text with pdftotext. This code will output a file named &#60filename&#62.txt<br />
<code>$ pdftotext &#60filename&#62.pdf</code></p>
<p>You can also attempt to preserve some of the formatting within the PDF such as columns and spacing by using the &#8220;-layout&#8221; option.<br />
<code>$ apdftotext -layout &#60filename&#62.pdf</code></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/bash-programming/convert-text-files-within-a-directory-from-windows-to-unix-format' rel='bookmark' title='Permanent Link: Convert text files within a directory from Windows to Unix format'>Convert text files within a directory from Windows to Unix format</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/echo-text-without-a-trailing-newline' rel='bookmark' title='Permanent Link: Echo text without a trailing newline'>Echo text without a trailing newline</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/delete-a-specific-line-from-a-text-file-with-sed' rel='bookmark' title='Permanent Link: Delete a specific line from a text file with sed'>Delete a specific line from a text file with sed</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/commands/convert-pdf-file-to-text-with-pdftotext/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom screenrc configuration file</title>
		<link>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=custom-screenrc-configuration-file</link>
		<comments>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file#comments</comments>
		<pubDate>Tue, 10 Mar 2009 14:00:44 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[scripts]]></category>
		<category><![CDATA[caption]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screenrc]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=973</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/scripts_icon.png" width="80" height="80" alt="" title="scripts" /><br/>Screen may be the most useful Linux applications when it comes to getting things done through the terminal. This custom screenrc configuration file will provide you with a permanent caption line at the bottom of each window. This caption line will enable you to easily keep track of each terminal window and provide other helpful [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/commands/how-to-take-a-screenshot-in-linux-using-import' rel='bookmark' title='Permanent Link: How to take a screenshot in Linux using import'>How to take a screenshot in Linux using import</a></li>
<li><a href='http://www.wiredrevolution.com/commands/determine-file-type-with-the-file-command' rel='bookmark' title='Permanent Link: Determine file type with the file command'>Determine file type with the file command</a></li>
<li><a href='http://www.wiredrevolution.com/commands/search-for-files-with-the-find-command' rel='bookmark' title='Permanent Link: Search for files with the find command'>Search for files with the find command</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/scripts_icon.png" width="80" height="80" alt="" title="scripts" /><br/><p>Screen may be the most useful Linux applications when it comes to getting things done through the terminal. This custom screenrc configuration file will provide you with a permanent caption line at the bottom of each window. This caption line will enable you to easily keep track of each terminal window and provide other helpful information such as host and current time. </p>
<p>When screen is invoked, it executes initialization commands from the files &#8220;/etc/screenrc&#8221; and &#8220;.screenrc&#8221; in the user’s home directory. </p>
<p>Simply create a file in your home directory with vim or some other editor.</p>
<pre>
$ vim ~/.screenrc
</pre>
<p>And place the following line in the file.</p>
<pre>
caption always "%{Wb} %H %{Bk}| %{Ck}%-w%50&gt;%{Cb} %n %t %{-}%+w%&lt;%{- Wk}%{Bk} | %=%{Wb} %C "
</pre>
<p>Now launch a new screen session for it to take effect.</p>
<p>Here is an example of what it will look like.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-983" title="screen_configuration" src="http://www.wiredrevolution.com/wp-content/uploads/2009/03/screen_configuration.gif" alt="screen_configuration" width="500" height="332" /></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/commands/how-to-take-a-screenshot-in-linux-using-import' rel='bookmark' title='Permanent Link: How to take a screenshot in Linux using import'>How to take a screenshot in Linux using import</a></li>
<li><a href='http://www.wiredrevolution.com/commands/determine-file-type-with-the-file-command' rel='bookmark' title='Permanent Link: Determine file type with the file command'>Determine file type with the file command</a></li>
<li><a href='http://www.wiredrevolution.com/commands/search-for-files-with-the-find-command' rel='bookmark' title='Permanent Link: Search for files with the find command'>Search for files with the find command</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine file type with the file command</title>
		<link>http://www.wiredrevolution.com/commands/determine-file-type-with-the-file-command?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=determine-file-type-with-the-file-command</link>
		<comments>http://www.wiredrevolution.com/commands/determine-file-type-with-the-file-command#comments</comments>
		<pubDate>Wed, 08 Oct 2008 13:11:43 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[commands]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[magic number]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=247</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/commands_icon.png" width="80" height="69" alt="" title="commands" /><br/>The file command identifies the type or format of a file. It is a very handy command that can show you how to approach a file when the format is unknown. There are a variety of tests that it uses to determine its type, these tests include a filesystem test, magic number test, and language [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/commands/using-tar-to-archive-files' rel='bookmark' title='Permanent Link: Using tar to archive files'>Using tar to archive files</a></li>
<li><a href='http://www.wiredrevolution.com/commands/search-for-files-with-the-find-command' rel='bookmark' title='Permanent Link: Search for files with the find command'>Search for files with the find command</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/have-a-bash-script-determine-its-own-location' rel='bookmark' title='Permanent Link: Have a Bash script determine it&#8217;s own location'>Have a Bash script determine it&#8217;s own location</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/commands_icon.png" width="80" height="69" alt="" title="commands" /><br/><p>The file command identifies the type or format of a file.  It is a very handy command that can show you how to approach a file when the format is unknown. There are a variety of tests that it uses to determine its type, these tests include a filesystem test, magic number test, and language tests. The first successful test is the one that is printed to the user.</p>
<p>The <strong>magic number</strong> tests are used to check for files with data in particular fixed formats. To determine the format of a file in this manner, either a magic number identifier exists at the beginning of the file, or a specific identifier can be determined at a specific offset within the file. The file <strong>/usr/share/file/magic</strong> specifies what magic numbers are to be tested for, what message to print if a particular magic number is found, and additional information to extract from the file.</p>
<p>Here is an example with a directory which contains a variety of file types. The output lists the filename along with its type.</p>
<pre>
$ file *
</pre>
<pre>
data:        data
directory:   directory
emptyfile:   empty
program:     ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped
script.sh:   Bourne-Again shell script text executable
source.c:    ASCII C program text
symlink:     symbolic link to `program'
tarball.tar: POSIX tar archive (GNU)
tarball.tbz: bzip2 compressed data, block size = 900k
tarball.tgz: gzip compressed data, from Unix
text.txt:    ASCII text
</pre>
<p>This works equally well when the file names do not have have an extension, which is a very common case with Linux.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/commands/using-tar-to-archive-files' rel='bookmark' title='Permanent Link: Using tar to archive files'>Using tar to archive files</a></li>
<li><a href='http://www.wiredrevolution.com/commands/search-for-files-with-the-find-command' rel='bookmark' title='Permanent Link: Search for files with the find command'>Search for files with the find command</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/have-a-bash-script-determine-its-own-location' rel='bookmark' title='Permanent Link: Have a Bash script determine it&#8217;s own location'>Have a Bash script determine it&#8217;s own location</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/commands/determine-file-type-with-the-file-command/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

