<?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>beer planet &#187; pdf</title> <atom:link href="http://beerpla.net/tag/pdf/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Fri, 06 Jan 2012 08:50:59 +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://beerpla.net/?pushpress=hub'/> <item><title>Mastering The Linux Shell &#8211; Bash Shortcuts Explained (Now With Cheat Sheets)</title><link>http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/</link> <comments>http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/#comments</comments> <pubDate>Mon, 22 Dec 2008 19:46:05 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[bash]]></category> <category><![CDATA[cheat sheet]]></category> <category><![CDATA[cheatsheet]]></category> <category><![CDATA[combination]]></category> <category><![CDATA[featured]]></category> <category><![CDATA[key]]></category> <category><![CDATA[keyboard]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[shortcut]]></category> <guid
isPermaLink="false">http://beerpla.net/2008/12/22/getting-around-bash-bash-shortcuts/</guid> <description><![CDATA[<p><img
style="margin: 0px 10px 10px 0px; display: inline" title="image" alt="image" align="left" src="http://beerpla.net/wp-content/uploads/GettingAroundBashBashShortcuts_BFF6/image_thumb_3.png" width="234" height="114" />During my day-to-day activities, I use the Bash shell a lot. My #1 policy is to optimize the most frequently used activities as much as possible, so I’ve compiled these handy bash shortcuts and hints (tested in SecureCRT on Windows and Konsole on Linux). The article only touches on the default bash mode – emacs, not vi. If you haven’t specifically assigned your shell mode to vi (set –o vi), you’re almost certainly using the emacs mode. Learn these and your shell productivity will skyrocket, I guarantee it.</p><p><div
class="note"><div
class="noteimportant"><strong>Update #1: </strong>In response to a few people saying this list is too short and “[he] could&#039;ve added something to it, to atleast make it look longer” (quote from one of <a</div></div>...<div
class=clear></div> <a
href="http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<p><img
style="margin: 0px 10px 10px 0px; display: inline" title="image" alt="image" align="left" src="http://beerpla.net/wp-content/uploads/GettingAroundBashBashShortcuts_BFF6/image_thumb_3.png" width="234" height="114" />During my day-to-day activities, I use the Bash shell a lot. My #1 policy is to optimize the most frequently used activities as much as possible, so I’ve compiled these handy bash shortcuts and hints (tested in SecureCRT on Windows and Konsole on Linux). The article only touches on the default bash mode – emacs, not vi. If you haven’t specifically assigned your shell mode to vi (set –o vi), you’re almost certainly using the emacs mode. Learn these and your shell productivity will skyrocket, I guarantee it.</p><p><div
class="note"><div
class="noteimportant"><strong>Update #1: </strong>In response to a few people saying this list is too short and “[he] could&#039;ve added something to it, to atleast make it look longer” (quote from one of <a
href="http://www.stumbleupon.com/url/beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/">Stumbleupon</a> reviewers), I want to clarify something. <strong>I deliberately did not include every single bash shortcut there is.</strong> I included what I personally thought were the best and most useful commands. I did not want to make the list too cluttered and wanted the cheat sheet to fit on one page without going to a smaller font size.</div></div></p><p><a
href="http://beerpla.net/downloads/Bash.Shortcuts.pdf" target="_blank"><img
style="display: block; float: none; margin-left: auto; margin-right: auto" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/GettingAroundBashBashShortcuts_BFF6/image_6.png" width="640" height="248" /></a>&#160;</p><p><font
size="5"><strong>Download Version 1.2 (01/10/09):</strong></font></p><ul><li><a
href="http://beerpla.net/downloads/Bash.Shortcuts.pdf">Bash.Shortcuts.pdf for Adobe Acrobat</a> (95 kB) downloaded 6781 times</li><li><a
href="http://beerpla.net/downloads/Bash.Shortcuts.docx">Bash.Shortcuts.docx for Word 2007+</a> (19.1 kB) downloaded 2678 times</li><li><a
href="http://beerpla.net/downloads/Bash.Shortcuts.doc">Bash.Shortcuts.doc for Word 97-2003</a> (53 kB) downloaded 1867 times</li></ul><p>And, for quick reference, here&#039;s the ugly html version:</p></p><p><center></p><table
border="1" cellspacing="0" cellpadding="2" width="600"><tbody><tr><td
width="186"><p
align="center"><b>Keyboard shortcut</b></p></td><td
width="564"><p
align="center"><b>Action</b></p></td></tr><tr><td
width="750" colspan="2"><p
align="center"><strong>Navigation</strong></p></td></tr><tr><td
width="186"><p><b>Ctrl-A</b></p></td><td
width="564"><p><i>Go </i>to the beginning of the line (note that if you use GNU screen, you can use the Home button to do this, especially considering that Ctrl-A is a special control character in screen).</p></td></tr><tr><td
width="186"><p><b>Ctrl-E</b></p></td><td
width="564"><p><i>Go </i>to the end of the line (note that if you use GNU screen, you can use the End button to do this).</p></td></tr><tr><td
width="186"><p><b>Alt-B (or ESC, left arrow)</b></p></td><td
width="564"><p><i>Jump </i>back one word using a non-alphanumeric character as delimiter.</p></td></tr><tr><td
width="186"><p><b>Alt-F (or ESC, right arrow)</b></p></td><td
width="564"><p><i>Jump </i>forward one word using a non-alphanumeric character as delimiter.</p></td></tr><tr><td
width="186"><p><b>Ctrl-PGUP or Shift-PGUP</b></p></td><td
width="564"><p>This may or may not work, and it works differently on different console apps. It will either <i>scroll</i> up one line at a time, 1 page at a time, or it may not work at all. I&#039;m inclined to think it&#039;s not a bash shortcut at all.</p></td></tr><tr><td
width="186"><p><b>Ctrl-PGDN or Shift-PGDN</b></p></td><td
width="564"><p>Same as the above but <i>scrolling</i> is done in the opposite direction.</p></td></tr><tr><td
width="186"><p><b>Up/Down</b></p></td><td
width="564"><p><i>Previous/Next</i> command in history. This one is way too obvious but I&#039;m including it for completeness.</p></td></tr><tr><td
width="186"><p><b>Ctrl-R</b></p></td><td
width="564"><p>History <i>search</i>. For example, Ctrl-R svn Ctrl-R Ctrl-R … will cycle through all recently run commands with the ‘svn’ in them. It is one of the most useful shortcuts in bash.</p></td></tr><tr><td
width="750" colspan="2"><p
align="center"><strong>Command Line Manipulation</strong></p></td></tr><tr><td
width="186"><p><b>Ctrl-W</b></p></td><td
width="564"><p><i>Cut </i>one word backwards<i> </i>using white space as delimiter.</p></td></tr><tr><td
width="186"><p><b>Alt-BACKSPACE</b></p></td><td
width="564"><p><i>Cut</i> one word backwards using a non-alphanumeric character as delimiter (different from Ctrl-W, for example, abc;bcd will cut to abc;).</p></td></tr><tr><td
width="186"><p><b>Ctrl-K</b></p></td><td
width="564"><p><i>Cut </i>everything forward<i> </i>to end of line.</p></td></tr><tr><td
width="186"><p><b>Ctrl-U</b></p></td><td
width="564"><p><i>Cut </i>everything backwards<i> </i>to beginning of line.</p></td></tr><tr><td
width="186"><p><b>Ctrl-T</b></p></td><td
width="564"><p><i>Transpose </i>the current character with the previous one. I almost never use this. Never mind, I never use it, but someone might find it useful.</p></td></tr><tr><td
width="186"><p><b>Alt-T</b></p></td><td
width="564"><p><i>Transpose</i> the word at cursor with the one before cursor. In other words, swap them around.</p></td></tr><tr><td
width="186"><p><b>Ctrl-Y</b></p></td><td
width="564"><p><i>Paste</i> whatever was cut by the last cut command.</p></td></tr><tr><td
width="186"><p><b>Ctrl-V</b></p></td><td
width="564"><p><i>Insert</i> the next character <i>literally</i>. For example, Ctrl-V TAB inserts the actual TAB character. This shortcut is often misunderstood because of mistyping Ctrl-V and not realizing what it does.</p></td></tr><tr><td
width="186"><p><b>Ctrl-_</b></p></td><td
width="564"><p><i>Undo </i>the last command. Don’t forget – it’s Ctrl-Shift-MINUS, not Ctrl-MINUS.</p></td></tr><tr><td
width="186"><p><b>Alt-R</b></p></td><td
width="564"><p><i>Revert </i>all changes to current line. Very useful if you accidentally modify a command in history.<i></i></p></td></tr><tr><td
width="186"><p><b>Alt-U/Alt-L/Alt-C</b></p></td><td
width="564"><p><i>Uppercase/lowercase/capitalize </i>from cursor to end of word and move cursor past end of word.</p></td></tr><tr><td
width="750" colspan="2"><p
align="center"><strong>Terminal control</strong></p></td></tr><tr><td
width="186"><p><b>Ctrl-L</b></p></td><td
width="564"><p><i>Clear</i> screen while keeping whatever is already typed in the command line intact.</p></td></tr><tr><td
width="186"><p><b>Ctrl-S</b></p></td><td
width="564"><p><i>Suspend</i> currently running terminal.</p></td></tr><tr><td
width="186"><p><b>Ctrl-Q</b></p></td><td
width="564"><p><i>Unsuspend</i> the terminal suspended by Ctrl-S. You need to be aware of this shortcut because 99% of the time you’ve accidentally pressed Ctrl-S and need to undo its effects.</p></td></tr><tr><td
width="186"><p><b>Ctrl-Z</b></p></td><td
width="564"><p><i>Suspend </i>the currently running process (usually followed by <i>bg</i> to resume it in the background or <i>fg</i> to resume in the foreground).</p></td></tr><tr><td
width="186"><p><b>TAB</b></p></td><td
width="564"><p><i>Autocomplete</i>. Start typing, then hit TAB. You will either get a list of possible completion values (2 TABs needed) or the only choice will be filled in (only 1 TAB is needed). This shortcut is quite obvious and well known, so I put it at the bottom of the list.</p></td></tr></tbody></table><p></center></p><p><div
class="note"><div
class="notetip"><strong>Tip:</strong> By the way, as duly noted in the comments, all of these tricks work on the mysql command line, so you can, for example, ctrl-R through your previously executed mysql commands.</div></div></p><p>Hope you guys will find this list helpful. I think it is relatively complete, but feel free to add any omissions.</p></p><p><center><iframe
style="width: 120px; height: 240px" marginheight="0" src="http://rcm.amazon.com/e/cm?t=beepla-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B001GIOFNI&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" scrolling="no"></iframe><iframe
style="width: 120px; height: 240px" marginheight="0" src="http://rcm.amazon.com/e/cm?t=beepla-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0596009658&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" scrolling="no"></iframe><iframe
style="width: 120px; height: 240px" marginheight="0" src="http://rcm.amazon.com/e/cm?t=beepla-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0596526784&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" scrolling="no"></iframe><iframe
style="width: 120px; height: 240px" marginheight="0" src="http://rcm.amazon.com/e/cm?t=beepla-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0596005954&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" scrolling="no"></iframe><iframe
style="width: 120px; height: 240px" marginheight="0" src="http://rcm.amazon.com/e/cm?t=beepla-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=1565922255&amp;md=10FE9736YVPPT7A0FBG2&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" scrolling="no"></iframe></center></p><div
class='post_blob_1'>Get guaranteed <a
href="http://www.test-king.com/exams/70-270.htm">70-270</a> exam success with up to date <a
href="http://www.test-king.com/exams/642-982.htm">642-982</a> questions and <a
href="http://www.test-king.com/exams/642-504.htm">642-504</a> practice test.</div><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Mastering+The+Linux+Shell+-+Bash+Shortcuts+Explained+%28Now+With+Cheat+Sheets%29&amp;link=http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/&amp;notes=During%20my%20day-to-day%20activities%2C%20I%20use%20the%20Bash%20shell%20a%20lot.%20My%20%231%20policy%20is%20to%20optimize%20the%20most%20frequently%20used%20activities%20as%20much%20as%20possible%2C%20so%20I%E2%80%99ve%20compiled%20these%20handy%20bash%20shortcuts%20and%20hints%20%28tested%20in%20SecureCRT%20on%20Windows%20and%20Konsole%20on%20Linux%29.%20The%20article%20only%20touches%20on%20the%20default%20bas&amp;short_link=http://bit.ly/bGubfn&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Mastering+The+Linux+Shell+-+Bash+Shortcuts+Explained+%28Now+With+Cheat+Sheets%29&amp;link=http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/&amp;notes=During%20my%20day-to-day%20activities%2C%20I%20use%20the%20Bash%20shell%20a%20lot.%20My%20%231%20policy%20is%20to%20optimize%20the%20most%20frequently%20used%20activities%20as%20much%20as%20possible%2C%20so%20I%E2%80%99ve%20compiled%20these%20handy%20bash%20shortcuts%20and%20hints%20%28tested%20in%20SecureCRT%20on%20Windows%20and%20Konsole%20on%20Linux%29.%20The%20article%20only%20touches%20on%20the%20default%20bas&amp;short_link=http://bit.ly/bGubfn&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=Mastering+The+Linux+Shell+-+Bash+Shortcuts+Explained+%28Now+With+Cheat+Sheets%29&amp;link=http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/&amp;notes=During%20my%20day-to-day%20activities%2C%20I%20use%20the%20Bash%20shell%20a%20lot.%20My%20%231%20policy%20is%20to%20optimize%20the%20most%20frequently%20used%20activities%20as%20much%20as%20possible%2C%20so%20I%E2%80%99ve%20compiled%20these%20handy%20bash%20shortcuts%20and%20hints%20%28tested%20in%20SecureCRT%20on%20Windows%20and%20Konsole%20on%20Linux%29.%20The%20article%20only%20touches%20on%20the%20default%20bas&amp;short_link=http://bit.ly/bGubfn&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Mastering+The+Linux+Shell+-+Bash+Shortcuts+Explained+%28Now+With+Cheat+Sheets%29&amp;link=http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/&amp;notes=During%20my%20day-to-day%20activities%2C%20I%20use%20the%20Bash%20shell%20a%20lot.%20My%20%231%20policy%20is%20to%20optimize%20the%20most%20frequently%20used%20activities%20as%20much%20as%20possible%2C%20so%20I%E2%80%99ve%20compiled%20these%20handy%20bash%20shortcuts%20and%20hints%20%28tested%20in%20SecureCRT%20on%20Windows%20and%20Konsole%20on%20Linux%29.%20The%20article%20only%20touches%20on%20the%20default%20bas&amp;short_link=http://bit.ly/bGubfn&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Mastering+The+Linux+Shell+-+Bash+Shortcuts+Explained+%28Now+With+Cheat+Sheets%29&amp;link=http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/&amp;notes=During%20my%20day-to-day%20activities%2C%20I%20use%20the%20Bash%20shell%20a%20lot.%20My%20%231%20policy%20is%20to%20optimize%20the%20most%20frequently%20used%20activities%20as%20much%20as%20possible%2C%20so%20I%E2%80%99ve%20compiled%20these%20handy%20bash%20shortcuts%20and%20hints%20%28tested%20in%20SecureCRT%20on%20Windows%20and%20Konsole%20on%20Linux%29.%20The%20article%20only%20touches%20on%20the%20default%20bas&amp;short_link=http://bit.ly/bGubfn&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=Mastering+The+Linux+Shell+-+Bash+Shortcuts+Explained+%28Now+With+Cheat+Sheets%29&amp;link=http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/&amp;notes=During%20my%20day-to-day%20activities%2C%20I%20use%20the%20Bash%20shell%20a%20lot.%20My%20%231%20policy%20is%20to%20optimize%20the%20most%20frequently%20used%20activities%20as%20much%20as%20possible%2C%20so%20I%E2%80%99ve%20compiled%20these%20handy%20bash%20shortcuts%20and%20hints%20%28tested%20in%20SecureCRT%20on%20Windows%20and%20Konsole%20on%20Linux%29.%20The%20article%20only%20touches%20on%20the%20default%20bas&amp;short_link=http://bit.ly/bGubfn&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Mastering+The+Linux+Shell+-+Bash+Shortcuts+Explained+%28Now+With+Cheat+Sheets%29&amp;link=http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/&amp;notes=During%20my%20day-to-day%20activities%2C%20I%20use%20the%20Bash%20shell%20a%20lot.%20My%20%231%20policy%20is%20to%20optimize%20the%20most%20frequently%20used%20activities%20as%20much%20as%20possible%2C%20so%20I%E2%80%99ve%20compiled%20these%20handy%20bash%20shortcuts%20and%20hints%20%28tested%20in%20SecureCRT%20on%20Windows%20and%20Konsole%20on%20Linux%29.%20The%20article%20only%20touches%20on%20the%20default%20bas&amp;short_link=http://bit.ly/bGubfn&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Mastering%20The%20Linux%20Shell%20-%20Bash%20Shortcuts%20Explained%20%28Now%20With%20Cheat%20Sheets%29&amp;link=http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/&amp;notes=During%20my%20day-to-day%20activities%2C%20I%20use%20the%20Bash%20shell%20a%20lot.%20My%20%231%20policy%20is%20to%20optimize%20the%20most%20frequently%20used%20activities%20as%20much%20as%20possible%2C%20so%20I%E2%80%99ve%20compiled%20these%20handy%20bash%20shortcuts%20and%20hints%20%28tested%20in%20SecureCRT%20on%20Windows%20and%20Konsole%20on%20Linux%29.%20The%20article%20only%20touches%20on%20the%20default%20bas&amp;short_link=http://bit.ly/bGubfn&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2008/04/09/some-useful-vim-commands-my-vim-cheatsheet/" rel="bookmark" title="April 9, 2008">Some Useful vim Commands &#8211; My vim Cheatsheet</a></li><li><a
href="http://beerpla.net/2009/04/11/essential-firefox-extensions-plugins-add-ons-and-tips-a-comprehensive-guide-part-1-tips/" rel="bookmark" title="April 11, 2009">Essential Firefox Extensions (Plugins, Add-Ons) And Tips &ndash; A Comprehensive Guide :: Part 1 :: Tips</a></li><li><a
href="http://beerpla.net/2009/11/04/android-auto-formatting-android-xml-files-with-eclipse/" rel="bookmark" title="November 4, 2009">[Android] Auto Formatting Android XML Files With Eclipse</a></li><li><a
href="http://beerpla.net/2009/10/06/supercharge-your-gnu-screen-with-a-power-taskbar-and-never-feel-lost-again/" rel="bookmark" title="October 6, 2009">Supercharge Your GNU Screen With A Power &quot;Taskbar&quot; And Never Feel Lost Again</a></li><li><a
href="http://beerpla.net/2008/03/12/mass-renaming-directories-and-files-using-total-commander/" rel="bookmark" title="March 12, 2008">Mass Renaming Directories And Files Using Total Commander</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2008%2F12%2F22%2Fmastering-the-linux-shell-bash-shortcuts-explained%2F&amp;title=Mastering%20The%20Linux%20Shell%20%26%238211%3B%20Bash%20Shortcuts%20Explained%20%28Now%20With%20Cheat%20Sheets%29" id="wpa2a_2"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2008/12/22/mastering-the-linux-shell-bash-shortcuts-explained/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> </channel> </rss>
