79287600

Date: 2024-12-17 11:01:16
Score: 2.5
Natty:
Report link

This command also works to find the longest line from the file.

awk '{print $0,NF}' aaa|sort -n$NF|tail -1

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rahul