tr from the command line

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: plug-discuss@lists.plug.phoenix.az.us
Date:  
Subject: tr from the command line
On Tue, May 14, 2002 at 05:49:09PM -0700, Matt Alexander wrote:
> for file in `ls *log`;do mv $file `echo $file | sed 's/_log$/.log/'`;done


Shouldn't that be:
      for file in `ls *log`; do
          mv $file `echo $file |sed 's/_log$/\.log/'`;
      done

    
Or am I completely flipping out? =op

--
Thomas "Mondoshawan" Tate

http://tank.webhop.org