Search Results

Search: Posts Made By: pkumar3
6,932
Posted By pkumar3
Hey thanks dude.. Its working fine..:-) What a...
Hey thanks dude.. Its working fine..:-)
What a silly mistake I were doing!!
6,932
Posted By pkumar3
Hi, What u wrote is right for the specific case....
Hi, What u wrote is right for the specific case. May be My question was not very clear But in this problem scenario "hello" is coming from a varriable say temp. The content of temp varriable may...
6,932
Posted By pkumar3
Hi, What u wrote is right for the specific case....
Hi, What u wrote is right for the specific case. May be My question was not very clear But in this problem scenario "hello" is coming from a varriable say temp. The content of temp varriable may...
6,932
Posted By pkumar3
How to concatenate a string in every row data of a file??
Please look into the example.
My source file is like,

00,57,3,2008-07-24 06:30:06
10,1,8025171,"1M00",17907023,2008-07-23 18:16:58
10,2,8025171,"1M00",17907023,2008-07-23 18:17:01
99,184
...
2,158
Posted By pkumar3
Truncating FILE data BASED ON A PATTERN
HI I HAVE A PROBLEM,MY SOURCE FILE IS OF PATTERN
S1,E-Certified,29,29,2.7,Certified,4,3,2.7,,0,0,0
S2,Certified,4,3,2.7,,0,0,0,,0
S3,E-Certified,29,29,2.7,,0,0,0
S4,,0,0,0,,0,0,0,,0,0,0,,0,0,0
...
19,057
Posted By pkumar3
Truncating row data BASED ON A PATTERN
HI I HAVE A PROBLEM,MY SOURCE FILE IS OF PATTERN
S1,E-Certified,29,29,2.7,Certified,4,3,2.7,,0,0,0
S2,Certified,4,3,2.7,,0,0,0,,0
S3,E-Certified,29,29,2.7,,0,0,0
S4,,0,0,0,,0,0,0,,0,0,0,,0,0,0
...
3,416
Posted By pkumar3
Plz Find OUT the error in following code cut...
Plz Find OUT the error in following code

cut -f 7,34- -d "," first97col.CSV|awk -F\, '{
if ($2!="") printf$1FS c=0
for(i=2;i<=NF;i++)
printf$i (++c%4?i==NF?RS:FS:RS$1FS) fi;
}'
Showing results 1 to 7 of 7

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