I need help, i want to make the following bourne shell script run under csh. This is not my actual script but has the same problems, how do you pass parameters to an awk program? thanks... seismo!tiberio #!/bin/sh awk "BEGIN{id=$2;}{ \ printf(\"%8d %s\n\", id++, \$0); \ }" $1