Search Results

Search: Posts Made By: Yoda
5,637
Posted By Yoda
Using awk: awk ' $1 ~ /^a/ { ...
Using awk:
awk '
$1 ~ /^a/ {
c = 0
c += 1
A[c] = A[c] ? A[c] OFS $1 : $1
m = ( m < c ? c : m )
}
$1 !~...
Showing results 1 to 1 of 1

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