<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>bash on Sai Ram&#39;s Blog</title>
    <link>https://sairam.dev/tags/bash/</link>
    <description>Recent content in bash on Sai Ram&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2020. All rights reserved.</copyright>
    <lastBuildDate>Sat, 30 Apr 2016 15:54:00 +0530</lastBuildDate>
    
	<atom:link href="https://sairam.dev/tags/bash/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>TIL: Bash History CLI Shortcuts</title>
      <link>https://sairam.dev/post/bash-history-cli-shortcuts/</link>
      <pubDate>Sat, 30 Apr 2016 15:54:00 +0530</pubDate>
      
      <guid>https://sairam.dev/post/bash-history-cli-shortcuts/</guid>
      <description>## Previous Command&amp;#39;s All Arguments mkdir long_path_here/new_dir cd !* ## Previous Command&amp;#39;s Last Argument mkdir long_path_here/new_dir cd !$ or even use $_ instead of !$
## Previous Command&amp;#39;s First Argument mkdir long_path_here/new_dir cd !^ ## History mkdir long_path_here/new_dir cd `Esc` `.` cd `Alt`+`.` Pressing Esc followed by . will give previous arguments
## &amp;#34;More Options&amp;#34; !^ first argument !$ last argument !* all arguments !:2 second argument !:2-3 second to third arguments !</description>
    </item>
    
    <item>
      <title>HowTo: &#39;grep&#39; Text Between Two Words in Unix / Linux</title>
      <link>https://sairam.dev/post/2013-05-09-howto-grep-text-between-two-words-in-unix-linux/</link>
      <pubDate>Thu, 09 May 2013 00:00:00 +0000</pubDate>
      
      <guid>https://sairam.dev/post/2013-05-09-howto-grep-text-between-two-words-in-unix-linux/</guid>
      <description>HowTo: grep Text Between Two Words in Unix / Linuxby nixCraft</description>
    </item>
    
  </channel>
</rss>