Search Results

Search: Posts Made By: varmas424
11,236
Posted By Yoda
OK, so if you have CSV files with variable number...
OK, so if you have CSV files with variable number of fields I would suggest using awk:
awk -F, '
BEGIN {
print "To: user@domain.com"
print "Subject: Test...
11,236
Posted By Yoda
No need to use an external utility grep for...
No need to use an external utility grep for checking if the pattern exists in each record.

You can read each field in the CSV by setting the IFS and perform the check:
{
echo "To:...
Showing results 1 to 2 of 2

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