79652497

Date: 2025-06-04 09:42:23
Score: 3
Natty:
Report link

to replace all = with tab

awk -vRS="\=" -vORS="\t" '1' mytest.txt > mytest_out.txt

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohsen Atyyat