Search Results

Search: Posts Made By: ygemici
1,323
Posted By Don Cragun
The POSIX standards for awk specify that it must...
The POSIX standards for awk specify that it must behave as if it uses (at least) double precision floating point values as defined by the C Standard. When ptr points to a string starting with a case...
13,991
Posted By Corona688
A unionfs mount could effectively allow that...
A unionfs mount could effectively allow that folder to be "written" to, as well.
Forum: Linux 10-30-2009
101,620
Posted By vgersh99
you might want to 'normalize' all the quads of...
you might want to 'normalize' all the quads of the IP address and sort by the normalized version (assuming all IPs are one per line):

nawk -F. '{for(i=1;i<=NF;i++) printf("%03d", $i); print OFS...
1,350
Posted By Scrutinizer
awk '$1==var{print $2}' var=c RS=\< FS=\>...
awk '$1==var{print $2}' var=c RS=\< FS=\> infile
Showing results 1 to 4 of 4

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