Using sed to match regexp patterns in a file with a fixed string (not the other way around)
silas @ silas @lemmy.eco.br Posts 5Comments 9Joined 2 yr. ago
silas @ silas @lemmy.eco.br
Posts
5
Comments
9
Joined
2 yr. ago
Using sed to match regexp patterns in a file with a fixed string (not the other way around)
Yeah, I ended up using awk, which solved my problem perfectly. I was just curious if I could do that with sed, but it seems too complicated. Thank very much, guys!