Search Results

Search: Posts Made By: libin4u2000
12,244
Posted By libin4u2000
find & replace comma in a .csv file.
HI,

Please find the text below. I receive a .csv file on server. I need the comma(,) in the second column to be replaced by a semi-colon( ; ).

How to do it. Please help.

Sample text:
...
Forum: Solaris 07-01-2009
3,667
Posted By libin4u2000
Find no: of procssors / cores ?
HI,

On solaris 8,

how to find number of physical processors?
how to find number of cores per processor?
how to find processor type - single/dual/quad core type?

Thank in advance.
...
Forum: Solaris 06-09-2009
79,898
Posted By libin4u2000
Thanks All. It worked.
Thanks All. It worked.
Forum: Solaris 06-09-2009
79,898
Posted By libin4u2000
delete liines using sed.
Hi,

I am trying to delete all lines in a file which starts with SG.

Command : sed -e "s/^SG/d/" bcpfile > test1.

But the above command just replaces 'SG' with 'd'. Please suggest the...
30,908
Posted By libin4u2000
Add multiple .csv files as sheets to an excel file in unix.
Hi,

I am using Solaris 8. My script outputs 4 .csv files. Currently I am SFTPing the files and creating a new excel file with the 4 files as sheets.

Can anyone suggest ways to do this in...
6,058
Posted By libin4u2000
Hi there, thanks for the reply. I am...
Hi there, thanks for the reply.

I am writing a script to extract some data (some code numbers) from sybase and then decode them using script. Before running my query i ant to make sure the guy...
6,058
Posted By libin4u2000
How to authenticate sybase login thru shell script ?
Hi All,

This is my first post. Need your favour guys.

I need to authenticate syabse login/password thru shell script.
I am getting the ID & Pwd form user and storing it in variable..
But how...
2,000
Posted By libin4u2000
? Authenticate Sybase login thru script ?
Hi All,

This is my first post. Need your favour guys.

I need to authenticate syabse login/password thru shell script.
I am getting the ID & Pwd form user and storing it in variable..
But...
Showing results 1 to 8 of 8

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