<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Shell tip: change to a directory having very long name</title> <atom:link href="http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: vivek</title><link>http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html#comment-140136</link> <dc:creator>vivek</dc:creator> <pubDate>Wed, 06 Jun 2007 16:09:08 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html#comment-140136</guid> <description>MickZA,
Good example.
Appreciate your post!</description> <content:encoded><![CDATA[<p>MickZA,</p><p>Good example.</p><p>Appreciate your post!</p> ]]></content:encoded> </item> <item><title>By: MickZA</title><link>http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html#comment-140135</link> <dc:creator>MickZA</dc:creator> <pubDate>Wed, 06 Jun 2007 14:39:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-bash-shell-change-long-directory-name.html#comment-140135</guid> <description>I recommend appending the last letter as well:
$ cd A_VERY_VERY*C
Better example:
$ cd /usr/lib/fire*10/plugins
or for total brevity:
$ cd /us*/li*/fir*10/pl* gets you to same place
namely /usr/lib/firefox-1.5.0.10/plugins</description> <content:encoded><![CDATA[<p>I recommend appending the last letter as well:</p><p>$ cd A_VERY_VERY*C</p><p>Better example:</p><p>$ cd /usr/lib/fire*10/plugins</p><p>or for total brevity:</p><p>$ cd /us*/li*/fir*10/pl* gets you to same place</p><p>namely /usr/lib/firefox-1.5.0.10/plugins</p> ]]></content:encoded> </item> </channel> </rss>
