Ecosyste.ms: Awesome
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 month ago
JSON representation
My useful functions and alias to use in bash
- Host: GitHub
- URL: https://github.com/inacho/bash-shell-utils
- Owner: inacho
- License: mit
- Created: 2013-09-04T07:58:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-04T09:38:08.000Z (over 11 years ago)
- Last Synced: 2023-03-23T04:01:51.759Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 109 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 formatSee [demo_functions.sh](demo_functions.sh) for examples of use.
## License
Released under the MIT License