Search Results

Search: Posts Made By: radoulov
25,103
Posted By radoulov
Not only for the manual, it works fine on my...
Not only for the manual, it works fine on my Ubuntu 7.10 :)
25,103
Posted By radoulov
I suppose it's version/environment specific. ...
I suppose it's version/environment specific.

A User's Guide for GNU Awk
Edition 3
June, 2004
25,103
Posted By radoulov
I would use this (as it seams you have GNU Awk): ...
I would use this (as it seams you have GNU Awk):

% cat sep.awk
{ printf "%'d ", $1 } END { print "" }
% print 1 12 123 1234 12345 123456 1234567 |gawk -f sep.awk RS=" "
1 12 123 1,234 12,345...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy