#!/bin/sh
#Wrong version of filename program (Prints only first file!)
set -x
awk  '#
	BEGIN { 
		a++
		print "Number of file:a, FILENAME
	} ' $@
