Hi all,
I have a file whose content I need to read and get the 3rd line .. ex:
What I need is to read a content of third line of this file and print first three characters ... I could print first three characters with "head -c 3" if I could get the content of the third line ... that is what I struggle with.. please help
thank you in advance