Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 432 Bytes

Script which add a suffix to all lines of a given file.

positional arguments: suffix suffix which will be added to each line file_path path of the file which need to be updated

optional arguments: -h, --help show this help message and exit -output_file OUTPUT_FILE path where you want to store the result. If not defined, the output file will be the input file