79094581

Date: 2024-10-16 14:46:37
Score: 0.5
Natty:
Report link

With awk Replaces the original file directly

awk 'NF==0 || (/"*";/ && !seen[$0]++) || !/"*";/' Localizable.strings > temp.txt && mv temp.txt Localizable.strings
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: ChanOnly123