79441755

Date: 2025-02-15 15:18:19
Score: 2
Natty:
Report link

variation of @Gille's using getline

awk '{ "date +%d-%m-%Y --date=\""NR" day\""|getline theDate; print $0, theDate }' /tmp/File_1 
A 16-02-2025
B 17-02-2025
C 18-02-2025
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Gille's
  • Low reputation (0.5):
Posted by: ticktalk