diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-17 05:59:41 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-20 11:53:30 +0700 |
commit | 32fd9e8055b27632ff366bcfb4f5b3cc2d8669cc (patch) | |
tree | 768bcf735dc428c8ab8f30461b4f640c3ce4c239 /python/pysed/README | |
parent | 712dc6b1ae129c3de8287f6f449c5fb6c6f555a5 (diff) |
python/pysed: Updated for version 0.7.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pysed/README')
-rw-r--r-- | python/pysed/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/python/pysed/README b/python/pysed/README index ca361a210366..637349842143 100644 --- a/python/pysed/README +++ b/python/pysed/README @@ -1,5 +1,4 @@ -Pysed is a Python stream editor, is used to perform basic -text transformations from a file. It reads text, line by -line, from a file and replace, insert or print all text or -specific area. Actually pysed is a passage of Python module -‘re’ in terminal. +Pysed is a stream editor, is used to perform basic text +transformations from a file or from pipeline. It reads text, +line by line, from a file and replace, insert or print all +text or specific area. |