Search Results

Search: Posts Made By: dvrbabu
2,533
Posted By dvrbabu
This command works perfect for me. thank you very...
This command works perfect for me. thank you very much. But I am looking all column values to create with tab delimited or comma(m)delimited in new file. When I try with below command its the values...
2,533
Posted By dvrbabu
with the above command i am getting blank values...
with the above command i am getting blank values separeated by coma.

awk -F'[ |]' '/^[0-9]/ {$49=$9; $50=$13; $51=$14} {print $0, $49, $50, $51}' input.txt >> two.txt
obbhvpd1> vi two.txt...
2,533
Posted By dvrbabu
thanks for update. when i ran same command I am...
thanks for update. when i ran same command I am getting same values for other records like bleow.

sed 's/$/634691922 634691938 20110417/' input.txt
Detail Id Info Id Order Id ...
2,533
Posted By dvrbabu
Print required values at end of the file by using AWK
I am looking help in awk, quick overview. we will get feed from external system . The input file looks like below.


Detail Id Info Id Order Id STATUS Status Date FileDetail
99127942 819718...
Showing results 1 to 4 of 4

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