79128232

Date: 2024-10-26 09:52:39
Score: 1
Natty:
Report link

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
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: miriam