Search Results

Search: Posts Made By: parithi06
2,175
Posted By parithi06
Removing duplicate lines on first column based with pipe delimiter
Hi,

I have tried to remove dublicate lines based on first column with pipe delimiter . but i ma not able to get some uniqu lines


Command : sort -t'|' -nuk1 file.txt

Input : ...
2,151
Posted By parithi06
Can you post your code?
Can you post your code?
4,064
Posted By parithi06
Go to check /var/mail/ directory
Go to check /var/mail/ directory
2,885
Posted By parithi06
Bhushana: send me the sample values...
Bhushana:

send me the sample values computed in the script
2,753
Posted By parithi06
retrive string from file
while read line
do
echo $line | awk -F, '{print "TEST,"$1":AUX,"$2";"}'

done < pippo.txt

i hope it will work fine.
Showing results 1 to 5 of 5

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