[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Looping a script
- From: "Ashley M. Kirchner" <ashley pcraft com>
- To: redhat-list redhat com, Mike McNally <m5 Works com>
- Subject: Re: Looping a script
- Date: Sun, 18 Feb 2001 16:04:57 -0700
Mike McNally wrote:
> You can also make it play all .mp3 files in a directory
> like this:
>
> #!/bin/sh
>
> while :; do
> for mp3 in *.mp3; do
> amp -p "$mp3"
> done
> done
However, this will play the files sequentially, in (sorted) order. I
want it to be randomized, like the output of 'ls -AQU'
AMK4
--
H | Hi, I'm currently out of my mind. Please leave a message. BEEEEP!
|____________________________________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ashley M. Kirchner <mailto:ashley pcraft com> . 303.442.6410 x130
Director of Internet Operations / SysAdmin . 800.441.3873 x130
Photo Craft Laboratories, Inc. . eFax 248.671.0909
http://www.pcraft.com . 3550 Arapahoe Ave, #6
.................. . . . . Boulder, CO 80303, U.S.A.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]