Contribute Media
A thank you to everyone who makes this possible: Read More

The Pyed Piper: A Modern Python Alternative to awk, sed and Other Unix Text Manipulation Utilities

Summary

"The Pyed Piper", or pyp, is a linux command line text manipulation tool similar to awk or sed, but which uses standard python string and list methods as well as custom functions evolved to generate fast results in an intense production environment.

Details

Improve this page