Search Results

Search: Posts Made By: shamrock
1,351
Posted By shamrock
Try this script... awk '{ if ($1 ~...
Try this script...

awk '{
if ($1 ~ "^[A-Z]([a-z])?") {
f=$1
$1=""
x[f]=$0
}
if ($NF ~ "^[A-Z]([a-z])?$") {
l=$NF
$NF=""
y[l]=$(NF-1)
}
}...
Showing results 1 to 1 of 1

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