adspace
to list a particular line in the file
Answer Posted / abani_mahana
sed -n '1p' <filename> head -n filename | tail -1 (change n as per your requirements)
Post New Answer View All Answers
Are you in or at the office?
1205