Re: [SLE] Bash scripting help
- From: David Crouch <david.d.crouch@xxxxxxxxx>
- Date: Sat, 03 Dec 2005 12:22:47 -0600
Jim Cunning wrote:
On Sat, 2005-12-03 at 09:55, David Crouch wrote:I tried both your version and Lawrence's and have the same problem. My rar files have spaces in them and I think that is the problem. The script is only pulling the first word before the spaces.
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
explanation you want.
-David
-- 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
- Follow-Ups:
- Re: [SLE] Bash scripting help
- From: John Summerfield
- Re: [SLE] Bash scripting help
- From: Lawrence Bowie
- Re: [SLE] Bash scripting help
- From: Anders Johansson
- Re: [SLE] Bash scripting help
- 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] SuSE 10 Install Failure
- Previous by thread: Re: [SLE] Bash scripting help
- Next by thread: Re: [SLE] Bash scripting help
- Index(es):
Relevant Pages
|
Loading