-
Sort lines of text alphabetically in ascending or descending order (supported order aliases are
ascanddesc).text-processor sort --input-file <input-file> --output-file <output-file> --order <order> -
Ability to remove duplicate lines from a text file.
text-processor dedup --input-file <input-file> --output-file <output-file> -
Ability to search for specific text within a file and return the line numbers where it appears.
text-process search --input-file <input-file> --search-text <search-text> -
Ability to replace a specific text within a file with new text.
text-processor replace --input-file <input-file> --output-file <output-file> --search-text <search-text> --replace-text <replace-text> -
Ability to merge two or more text files into a single file. Input file must space separated.
text-processor merge --input-files <input-files> --output-file <output-file>
-
Notifications
You must be signed in to change notification settings - Fork 0
aliahmadcse/text-processor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Text files processor
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published