cd data/wrkor/user/
egrep $1 *

exit
 | awk -F: '
{

print $1
print $2
print $3
print $4
print $5
print $6

} ' -


