|
correct me if I am wrong (i saw a similiar example to what you are saying in tha perl man pages)..
$ page some.script
#!/bin/sh
#basename
fd=basename
etc etc
$page input.file
#!/bin/sh
# input.file
etc etc
exec fd < input.file
etc etc
fi
__________________
moxxx68
http://www.estarinformado.com.ar/apicmaxmiel/bee-diez.gif
|