<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Back-Reference on Amit Agarwal Linux Blog</title>
    <link>/tags/back-reference/</link>
    <description>Recent content in Back-Reference on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 22 Sep 2014 00:58:50 +0000</lastBuildDate>
    
	<atom:link href="/tags/back-reference/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>bash – refer the first parameter from last command quickly</title>
      <link>/2014/09/22/bash-refer-parameter-command-quickly/</link>
      <pubDate>Mon, 22 Sep 2014 00:58:50 +0000</pubDate>
      
      <guid>/2014/09/22/bash-refer-parameter-command-quickly/</guid>
      <description>&lt;p&gt;To refer to first parameter from the last command quickly, you can use&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;!^&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Note: This can also be referred as “&lt;strong&gt;!!:1&lt;/strong&gt;“&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>bash refer parameters from the current command</title>
      <link>/2014/09/15/bash-refer-parameters-current-command/</link>
      <pubDate>Mon, 15 Sep 2014 00:40:22 +0000</pubDate>
      
      <guid>/2014/09/15/bash-refer-parameters-current-command/</guid>
      <description>&lt;p&gt;In bash you can use&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;!#&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;to refer to any parameter from the current command, example:&lt;/p&gt;
&lt;pre class=&#34;brush:shell&#34;&gt;mv ak amit.!#:1.txt
ls amit.ak.txt&lt;/pre&gt;</description>
    </item>
    
  </channel>
</rss>
