| parse log file-please help hi everyone,
i do work interview and thay gave me a exercise on linux.
i dont have a clue in linux.
please please help me i need help!
this is the exercise :
structure:
id,name,title,cate,type,phone
in this file 12345.log have 1000 records (3 in the example)
2312323¶dan¶sport¶20¶65¶089-827266
1234323¶ram¶newss¶19¶65¶049-827266
1234323¶sami¶nana¶19¶65¶023-827266
a.from the file 12345.log need to show only the records in name "dan"
b.from the file 12345.log need to show only records name = dan and title=sport
tnx alot!! |