Command line tools for file processing.
- files_all_patch_from_tar.py
- Patch utility with auto-backup.
- files_all_convert_to_fixed_length.py
- Convert any file to fixed width text.
- files_log_group_grep_results.py
- Converts grep's output to JSON format.
- files_csv_get_columns_widths.rb
- Displays each column's width using the first line of the input file.
- files_csv_infodiff.py
- Displays CSV column infos or changes between 2 csv files.
In diff mode, use with
files_csv_transformer.pyto convert files. - files_csv_transformer.py
- CSV columns transformation engine.