Skip to content

1MikeMakuch/commas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commas

Read stdin & insert commas in numbers for readability emit to stdout.
example;

$ ls -l testdatafile.1000M 
-rw-rw-r--+ 1 mkm  wheel  1048576000 Apr 24 12:45 testdatafile.1000M

$ ls -l testdatafile.1000M  | commas
-rw-rw-r--+ 1 mkm  wheel  1,048,576,000 Apr 24 12:45 testdatafile.1000M

About

Read stdin & insert commas in numbers for readability emit to stdout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors