<div>&nbsp;</div>  <div>Hi Tom,</div>  <div>&nbsp;</div>  <div>Do you mean that if I shift the parameter then it would work?</div>  <div>&nbsp;</div>  <div>Thanks,</div>  <div>R</div>  <div>&nbsp;</div>  <div>&nbsp;</div>  <div><BR><BR><B><I>"Emerson, Tom" &lt;Tom.Emerson@wbconsultant.com&gt;</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">-----Original Message----- Of Ramsin Savra<BR>&gt; Sure. I have a CSV file and I need to extract two first columns.[...]<BR>&gt; In command line I do:<BR>&gt;<BR>&gt; cut -f 2 file1.tmp | grep "DB" | awk ' {print $0} ' [...]<BR>&gt;<BR>&gt; then tables_list file has:<BR>&gt;<BR>&gt; "4","STUDENT TABLE"<BR>&gt; "5","TEACHER TABLE"<BR>&gt;<BR>&gt; Then I use sed command to remove double quotes and ...<BR>&gt;<BR>&gt; Now. when I use awk is my script instead of replacing $0 with a<BR>&gt; line from the text file it replaces it with script name. I need<BR>&gt; to
 override this.<BR>&gt;<BR>&gt; Any suggestions?<BR><BR>Shift<BR><BR>$man shift<BR>[bash builtins...]<BR>shift [n]<BR>The positional parameters from n+1 ... are renamed to $1<BR>....<BR>Parameters represented by the numbers $# down to $#-n+1 are<BR>unset.<BR>n must be a non-negative number less than or equal to $#. If n<BR>is<BR>0, no parame-ters are changed. If n is not given, it is<BR>assumed to be 1. If n is greater than $#, the positional<BR>parameters are not changed. The return status is greater than<BR>zero if n is greater than $# or less than zero; otherwise 0.<BR><BR></BLOCKQUOTE><BR><p>&#32;
                <hr size=1>Do you Yahoo!?<br> 
Get on board. <a href="http://us.rd.yahoo.com/evt=40791/*http://advision.webevents.yahoo.com/mailbeta">You're invited</a> to try the new Yahoo! Mail.