Search Results

Search: Posts Made By: sunilmudikonda
4,043
Posted By sunilmudikonda
Filtering records of a csv file based on a value of a column
Hi,

I tried filtering the records in a csv file using "awk" command listed below.

awk -F"~" '$4 ~ /Active/{print }' inputfile > outputfile

The output always has all the entries.

The...
Showing results 1 to 1 of 1

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