Re: A little Bash script to help you.
From: Dan Nelson (dnelson_at_allantgroup.com)
Date: 08/12/03
- Previous message: george: "setting up remote X"
- In reply to: Matthew Graybosch: "A little Bash script to help you."
- Next in thread: Michael Conlen: "Re: simple sh scripting. How to put a result of a command to a variable?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 11 Aug 2003 17:22:07 -0500 To: Matthew Graybosch <matthew@starbreaker.net>
In the last episode (Aug 11), Matthew Graybosch said:
> On Mon, 2003-08-11 at 17:49, Constantine wrote:
> > I am writing a script, which involves unzipping some files. I would
> > have to unzip 4 different zip-files from some directory, and I
> > would need to unzip them to the directory, which would have the
> > same name in it as the original zip-file, i.e. I would like to run
> > something like "ls *.zip", have each file name recorded in some
> > variable, and do a loop like "unzip
> > $filename[$i] -d $filename[$i].unzipped/". Can someone help me with the
> > code? How can I put the results of a command to a variable?
>
> The following assumes you have the bash port installed. Just change
> the ARCHIVE_DIR variable to the full path of the directory in which
> you have your zip files. Make sure to save this code to a file in
> "~/bin". I suggest pasting the following code into "~/bin/munzip.sh".
Note that this script runs just fine with /bin/sh, so you don't need
bash.
-- Dan Nelson dnelson@allantgroup.com _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: george: "setting up remote X"
- In reply to: Matthew Graybosch: "A little Bash script to help you."
- Next in thread: Michael Conlen: "Re: simple sh scripting. How to put a result of a command to a variable?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|