hi...
i want to extract single row from a file at a time and i don't want to specify which row to be extracted in the command.
i mean i want to use a loop, so that i will fetch all the rows one after the another.
i used
sed -n '$count p' filename
but this is not working.
please give me the solution
thank you