diff options
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 ca361a2103..6373498421 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. |