Mark T. Valites wrote:
> How about shells other than bash?
> 
> Is there a shell independant way of doing this?
> 
> On Wed, 18 Sep 2002, Mark T. Valites wrote:

i browsed a solaris sh man page, and i didn't find anything like $'...'.

you can probably use something like

$ ls > list

then edit the list file to delete the file names not to be removed, add 
the rm command and the quotes, and execute it with

$ sh list

kinda clumsy but it should work anywhere.

pietro.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to