Guys,
I've just started UNIX and basically I need script to read file in loop till the end, catch each line, assign values from each line (fields with separators) to some vars and do this till end-of-file.
Just curios is there simple command like "read" or I have to work with...