Search Results

Search: Posts Made By: rahmanabdulla
1,380
Posted By Yoda
An awk approach: awk ' BEGIN { ...
An awk approach:
awk '
BEGIN {
c = 1
}
{
A[NR] = $1
}
END {
for ( i = 1; i < NR; i++ )
...
Showing results 1 to 1 of 1

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