--- Begin Message ---
This is elegant, and most likely the cleanest way to approach the problem.

On Sun, 08 Jun 2003 19:45:37 -0500
Ben Duncan <[EMAIL PROTECTED]> wrote:

> Actually a quicker way would be:
> 
> #!/bin/sh
> # Script
> for file in `ls myfile*`
>   do
>        DO SOMTHING HERE
>   done

--- End Message ---
_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to