Skip to content

sridharavinash/bash-humanize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

bash-humanize

A simple bash script the humanizes the elapsed time from now.

#example usage

$>./bash-humanize.sh $(( $(date +%s) - 84602 ))
23 hours 30 minutes 2 seconds ago
$./bash-humanize.sh 1471357530
4 hours 26 minutes 31 seconds ago
$./bash-humanize.sh
now

About

A simple script the humanizes the elapsed time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages