Hi guys,
I have a record that will always start with the format :
"Mnt D HH:MM:SS data data data"
I would like to strip the first three fields,and put the rest of the
string into a shell variable. I have tried different ways, E.G
printf, index, substr but I just cant seem to get it right. It would
be nice if there was an implementation of BEGIN;{FS=" ";printf "%
s\n",$4,the rest of the fields in the record}. Am I missing something?
Thanks all who read this!
Kev.
Unix sys admin.