print line from word file linux

Shell
$>awk '{if(NR==LINE_NUMBER) print $0}' file.txt
Source

Also in Shell: