Search Results

Search: Posts Made By: Tim2424
6,099
Posted By Tim2424
How to put the command to remove duplicate lines in my awk script?
I create a CGI in bash/html.


My awk script looks like :


echo "<table>"
for fn in /var/www/cgi-bin/LPAR_MAP/*;
do
echo "<td>"
echo "<PRE>"
awk -F',|;' -v test="$test" '
NR==1 { ...
5,252
Posted By Tim2424
Hello ! Finally I use this script : ...
Hello !

Finally I use this script :



awk -F',|;' -v test="$test" '
NR==1 {
split(FILENAME ,a,"[-.]");
}
$0 ~ test {
if(!header++){
...
Showing results 1 to 2 of 2

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