Collection of utilities for processing data, files, and various book keeping activities.
I created this repository for storing the utilities I'm making as part of my 30 Days of Python Project
- delimiter_converter -- Converts file from one delimiter to another
- du -- Calculates disk utilization of a file, directory (recursive), or list of files and directories
- head -- Print the first lines of a file
- tail -- Print the last lines of a file
- wc -- Count the lines, words, charactters, or bytes of a file
- nl -- Number the lines of a file
- grep -- Print the lines that match the pattern
- cat -- Outputs the files or standard input to standard output