On Wed, 2006-03-22 at 06:47 +0000, Stroller wrote:

> I'm afraid quoting really is my Achilles' proverbial in Bash

I don't think you're alone there :)

how about:

#!/bin/bash
UNNEEDED_FILES=(pagefile.sys temp 'Temporary Internet Files')
for (( i=0 ; $i < ${#UNNEEDED_FILES[*]} ; i++ )) ;
do
  echo I\'ll do stuff to look for \'${UNNEEDED_FILES[$i]}\'
done

HTH,
-- 
Iain Buchanan <iaindb at netspace dot net dot au>

Why isn't there some cheap and easy way to prove how much she means to me?

-- 
[email protected] mailing list

Reply via email to