awk lets you set the record number (NR) to any line. In this case, line 2. A line is normally a record. And the output is implied.
awk 'NR==2' intputFile.txt