79434943

Date: 2025-02-13 02:37:23
Score: 1
Natty:
Report link

If you, like me, are trying to split mbox file from Google Takeout, this is what I used:

awk '/^From / { file = $2 ".eml"; next } {print > file}' ../download.mbox

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: thesame