Search Results

Search: Posts Made By: rakesh_arxmind
2,101
Posted By rakesh_arxmind
Compare Hex Value from CSV File
I have a one CSV File Contain Hex Value

here is a sample file


6300, 0x0, 0x60d0242c6, , 0x728e5806, unnamedImageEntryPoint_0x728e5806, 0x728e$
6300, 0x0, 0x60d024c52, , 0x728e8cb7,...
5,417
Posted By rakesh_arxmind
its work... thanks.
its work... thanks.
5,417
Posted By rakesh_arxmind
File listing in Ascending order
I have a multiple file with the following name

like.

file_0.csv
file_1.csv
file_2.csv
file_3.csv
file_4.csv
file_5.csv
file_6.csv
file_7.csv
file_7.csv
file_8.csv
file_9.csv...
841
Posted By rakesh_arxmind
Multiple search in one command
I have a multiple csv files which have different network time. The files are in sequance,
The Files Look like..

csv 1
network time
1348177401922972
1348177401949917
1348177401959150...
1,860
Posted By rakesh_arxmind
I found the issue. the row separator was somehow...
I found the issue. the row separator was somehow \r\n which was causing the issue. The moment we used RS="\r\n", it worked for us.

Thanks a lot for your help.
1,860
Posted By rakesh_arxmind
Yes I know. I tried the solution you gave but it...
Yes I know. I tried the solution you gave but it didn't work. So I was trying myself in small steps and that too didn't work. Can you please check? Thanks in advance.
1,860
Posted By rakesh_arxmind
awk -F, 'FNR==NR{a[$2]=$3;next} {print a[$4]}'...
awk -F, 'FNR==NR{a[$2]=$3;next}
{print a[$4]}' OFS=, file2.csv file1.csv

Thanks for your answer. I was trying this but even this is not working and it prints 6 empty rows. Can you please help?
1,860
Posted By rakesh_arxmind
Reading 2 CSV files and filtering data based on group
I have two CSV files in the following format:
First file:
GroupID, PID:TID, IP, Port

Sample data:
0,1000:11,127.0.0.1,445
0,-1:-1,127.0.0.1,800
1,1000:11,127.0.0.1,445
1,-1:-1,127.0.0.1,900...
Showing results 1 to 8 of 8

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