Passer des paramètres à un script awk fichier

Si je veux passer un paramètre à un script awk fichier, comment puis-je le faire ?

#!/usr/bin/awk -f

{print $1}

Ici je veux imprimer le premier argument passé au script à partir de la coquille, comme:

bash-prompt> echo "test" | ./myawkscript.awk hello
bash-prompt> hello
InformationsquelleAutor Mahmoud Emam | 2013-04-12