On Wed, Sep 04, 2002 at 12:59:19PM -0700, Brian Lucas wrote:
> I am trying to rename a bunch of files with extension .inc to .php in one
> fell-swoop.  Is there a set of commands I can pipe to each other to do this
> like:
>  
> ls *.inc | xargs ....
>  
> or do I need to do a for loop. 
  
rename .inc .php *.inc

Regards,

   Bill Rugolsky



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to