Re: [SLE] Bash scripting help
- From: Jim Cunning <jcunning@xxxxxxxxxxxxxxx>
- Date: Sat, 03 Dec 2005 10:17:52 -0800
On Sat, 2005-12-03 at 10:11, Jim Cunning wrote:
> On Sat, 2005-12-03 at 09:55, David Crouch wrote:
> > HI all.
> >
> > I used to know how to do this, but apparently I've forgotten :( I know
> > I can use a for loop to process all the files in a directory, but I
> > can't for the life of me remember how to do it. I have a bunch of
> > archived files that I want to unarchive. I've tried for I in *rar:do
> > 'unrar x $I.rar':done, but that doesn't work and I can't seem to find
> > the right man page with the syntax. Any help?
>
> for f in *rar; do unrar x $f; done
>
> See 'man bash' then enter '/^\s*for/ and n (next) until you find the
Minor problem: ^ omit the trailing / and hit
enter instead.
> explanation you want.
--
Jim Cunning <jcunning@xxxxxxxxxxxxxxx>
--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx
- References:
- [SLE] Bash scripting help
- From: David Crouch
- Re: [SLE] Bash scripting help
- From: Jim Cunning
- [SLE] Bash scripting help
- Prev by Date: Re: [SLE] Bash scripting help
- Next by Date: Re: [SLE] Bash scripting help
- Previous by thread: Re: [SLE] Bash scripting help
- Next by thread: Re: [SLE] Bash scripting help
- Index(es):
Relevant Pages
|