I am trying to get a specific line from a text file.
So far, online I have only seen stuff like sed, (I can only use the sh -not bash or sed or anything like that).
sed:
sed '5!d' file
awk:
awk 'NR==5' file