|
|
|
|
|
by moe
3274 days ago
|
|
This is dead on. Half of all parsing work consists of splitting things into
records, by lines, delimiters or whitespace. That's where
the great escaping headache begins. In a better shell the following command would Just Workâ˘: > find | rm %path/%filename |
|