Thread
:
shortway to parse numbers with commas in bash?
View Single Post
11-02-2010, 06:56 AM
v0id
Confirmed User
Industry Role:
Join Date: Sep 2006
Posts: 43
crap you beat me to it..
Code:
echo 1000 | xargs printf "%'0.0d\n"
v0id
View Public Profile
Visit v0id's homepage!
Find More Posts by v0id