My useful functions and alias to use in bash
- count_lines: Count the lines of a file
- format_size: Display the size of Bytes in human readable format
- format_time: Display elapsed seconds in human readable format
See demo_functions.sh for examples of use.
Released under the MIT License