79538146

Date: 2025-03-27 07:48:45
Score: 0.5
Natty:
Report link

To make it work universally, the simplist solution is to use sed and mv(a tempfile).

sed '1d' test.dat > tmp.dat && mv tmp.dat test.dat
Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Xiangyu Meng