Search Results

Search: Posts Made By: Jazmania
5,234
Posted By Scrutinizer
Try: awk -F'[ =]' 'FNR==NR {a[$1]=$2; next} $1...
Try:
awk -F'[ =]' 'FNR==NR {a[$1]=$2; next} $1 in a{$1=a[$1]} 1' $useralias ${entries} >> ${entries}_2
1,498
Posted By jamie_123
This should do fine anywhere- $ cat try.txt ...
This should do fine anywhere-
$ cat try.txt
Field1 Field2 Field3 Field4 Field5
Field1 Field2 Field3 Field4
Field1 Field2 Field3
Field1 Field2 Field3 Field4 Field5


$ awk '{if (NF>2) for...
1,704
Posted By methyl
The problem is quite simple. An underscore...
The problem is quite simple. An underscore character is a valid character in a variable name. Therefore the variable $PLATFORMVAR_$SERVERVAR_contacts is blank !
We need some curly brackets to...
Showing results 1 to 3 of 3

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