An open API service indexing awesome lists of open source software.

https://github.com/inacho/bash-shell-utils

My useful functions and alias to use in bash
https://github.com/inacho/bash-shell-utils

Last synced: about 1 year ago
JSON representation

My useful functions and alias to use in bash

Awesome Lists containing this project

README

          

# Bash Shell Utils

My useful functions and alias to use in bash

## Functions

- **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](demo_functions.sh) for examples of use.

## License

Released under the MIT License