-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bernard Leak wrote:
> cat > test.awk <<EOF

This line should be

cat > test.awk << "EOF"

otherwise the shell tries to interpret the input (basically in this case
it replaces "$1" and "$2" with empty strings)

- --
Anderson Lizardo
[EMAIL PROTECTED]
http://www.linuxfromscratch.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCyEFWkzNmn+NRHHoRAliHAJ9IGMzzbPdGjq8wWygtQu8pjIN6zgCdEnRC
qWOVmxHRU4zlGk6yeVbAWXA=
=26od
-----END PGP SIGNATURE-----

        
        
                
_______________________________________________________ 
Yahoo! Acesso Grátis - Internet rápida e grátis. 
Instale o discador agora! http://br.acesso.yahoo.com/
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to