On 29 Aug, Russell Davies wrote:
> True, although IMO people who have such files deserve everything they
> get.
Agreed. But I still try to write my scripts to cope with it.
> Spaces in files are evil.
Pipes and ampersands are worse. And one can imagine worse things...
Don't do this:
> /tmp/"xxx; rm -rf /"
Then use any script that uses this idiom:
for f
do
eval echo $f
done
Not everyone is careful to use "$f" throughout the scripts they write.
luke
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug
- Re: [SLUG] Help with rm Anand Kumria
- Re: [SLUG] Help with rm Russell Davies
- Re: [SLUG] Help with rm luke
- Re: [SLUG] Help with rm James Wilkinson
- Re: [SLUG] Help with rm Scott Howard
- [SLUG] Re: Help with rm Angus Lees
- Re: [SLUG] Help with rm Andrew Reilly
- Re: [SLUG] Help with rm Stuart Cooper
- Re: [SLUG] Help with rm Russell Davies
- Re: [SLUG] Help with rm Ken Yap
- RE: [SLUG] Help with rm luke
- RE: [SLUG] Help with rm Jill Rowling
- Re: [SLUG] Help with rm Dave Fitch
- Re: [SLUG] Help with rm Dave Fitch
- Re: [SLUG] Help with rm Peter Rundle
- [SLUG] Winmodems/Linmodems grant
- Re: [SLUG] Winmodems/Linmodems Alexander Else
