|
|
|
|
|
by Jacob4u2
5403 days ago
|
|
The example happens to use "munging" text, but I think the GP is trying to make the point that you can't use sed (effectively) to parse, for instance, a collection of database entries from an SQL server in the same way that LINQ would be able to do so. The tl;dr I got from the article was LINQ is effective at working with sets of data; not just sets of text data from a text file. |
|