<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>shell &#8211; TOMASZ &quot;CeDeROM&quot; CEDRO (SQ7MHZ)</title>
	<atom:link href="https://www.tomek.cedro.info/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tomek.cedro.info</link>
	<description></description>
	<lastBuildDate>Sat, 30 Jan 2021 22:14:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">201759287</site>	<item>
		<title>recursive list of sub-directories in reverse order</title>
		<link>https://www.tomek.cedro.info/recursive-list-of-sub-directories-in-reverse-order/</link>
		
		<dc:creator><![CDATA[CeDeROM]]></dc:creator>
		<pubDate>Mon, 14 Jul 2014 23:53:53 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">https://www.tomek.cedro.info/?p=997</guid>

					<description><![CDATA[In case you need to list directories only in reverse recursive order for automatic list generation for directory removal on package deinstallation, here goes an example sh+find script that should work on all Unix platforms: #!/bin/sh dirlevel=3; while [ $dirlevel -gt 0 ]; do find /tmp -type d -depth $dirlevel dirlevel=`expr $dirlevel - 1`; done]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">997</post-id>	</item>
	</channel>
</rss>
