Search Results

Search: Posts Made By: Uttam Maji
5,600
Posted By Uttam Maji
Create pdf of a jpg image in shell script
Dear Team,

Can any one please let me know, if there is any way to create pdf of a Jpg image file in shell script.

I work on Solaris, Korn Shell.

Currently we are using sunpcl2pdf.exe to...
1,512
Posted By Uttam Maji
I tried all but tehy are giving syntax Error. ...
I tried all but tehy are giving syntax Error.

I am ysing korn shell. Solaries OS.
1,512
Posted By Uttam Maji
But its giving Syntax error. cat 2.txt ...
But its giving Syntax error.

cat 2.txt
uttam,23.40,ravi,23.40,uttam
uttam,23.40,ravi,23.40,uttam
uttam,23.40,ravi,23.40,uttam
uttam,23.40,ravi,23.40,uttam


awk 'BEGIN { FS=OFS="," } {...
1,512
Posted By Uttam Maji
Need Help to Edit multiple column of a file
Hello Team,

I want to know if there is any one liner command , using which I can edit multiple column of a file.

input file input.txt (comma separated),

taran, 12.45, uttam, 23.40, babay...
7,711
Posted By Uttam Maji
Thanks a lot , :-), below two are working...
Thanks a lot , :-), below two are working properly.

nawk -F\" 'BEGIN{OFS=FS;} {for(i=1;i<=NF;i=i+2){gsub(/,/,"|",$i);} print $0;}' inputfile

nawk -F\" 'BEGIN{OFS=FS;}...
7,711
Posted By Uttam Maji
Hello there, I tried both the command ,...
Hello there,

I tried both the command , but they are giving error .


1) awk -F\" 'BEGIN{OFS=FS;} {for(i=1;i<=NF;i=i+2){gsub(/,/,"|",$i);} print $0;}' RA_003.txt

awk: syntax error...
7,711
Posted By Uttam Maji
Need Help - comma inside double quote in comma separated csv,
Hello there,

I have a comma separated csv , and all the text field is wrapped by double quote. Issue is some text field contain comma as well inside double quote. so it is difficult to process.
...
Showing results 1 to 7 of 7

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