Search Results

Search: Posts Made By: pgop
Forum: Solaris 11-17-2009
3,342
Posted By pgop
Limiting number of processors used by an application
Hello,

Using a Solaris SunOS 5.10, is there anyway to limit the number of processors utilised by an external vendor application over the server, from the unix OS perspective?
1,837
Posted By pgop
File manipulation based on values in file
Hi,
using Shell to do some file manipulation here.

Input - input.txt
"2006/2007", "string1a","string2v","stringf3"
"2006/2007", "string12b","string30c","string10d"
"2006/2007",...
5,447
Posted By pgop
Unknown Attachment received on html mail
Hello,

Getting an extra attachment when i send a mail using below code.
The body and the rest of the attachments look very fine.
The extra attachment to be exact has a name ATT00001.txt....
10,063
Posted By pgop
Thanks for your replies
Tried with all the options provided,
Sorry for the typo in my question , but trying to generate a generic thousand format for all the numbers provided.
Also was hit with a development, to include...
35,681
Posted By pgop
Are you trying to create a html table from the CSV file?
This should help if that is what you need

nawk 'BEGIN{
FS=","
print "MIME-Version: 1.0"
print "Content-Type: text/html"
print "Content-Disposition: inline"
print "<HTML>""<TABLE...
20,092
Posted By pgop
Not sure if you got your file already
This might take some time,
but will find it if you can give it some time.
Try the /etc folder, have seen most of such config files for DW systems in this folder.
or
find / -name "odbc.ini"...
10,063
Posted By pgop
Need to change format of number
Hi,

using a shell script to get values from a CSV
eg:

12345.67,5678990.89,76232882.90
12345,5678990.89,76232882


Need the format of these numbers to change to
...
25,928
Posted By pgop
Thanks a lot!
:b: Thanks for the replies Johnson,scrutinizer and ripat....

Used the paste and split concept,

paste MTH-tgf_cube.csv MTH-abm_cube.csv | nawk '
BEGIN {FS="\t";}
{
split($1,a,",")...
25,928
Posted By pgop
Need to compare values on two CSV files
:(

Hello,
Having a problem with reading two files using awk/nawk, am new to both them.
I need to compare field values between two csv files and arrange for an appropriate output if both the...
Forum: HP-UX 10-05-2008
10,516
Posted By pgop
Thanks!!.. worked out...:b: Had done the...
Thanks!!..
worked out...:b:

Had done the changes to the profile..
Forum: HP-UX 09-25-2008
10,516
Posted By pgop
Time Zone Change Needed
Need help with a timezone change for my user profile on HPUX, from UTC to PDT8PST

pgop:/home/pgop > date
Thu Sep 25 15:09:50 UTC 2008

to

Thu Sep 25 08:12:44 PDT 2008



Tried...
Forum: HP-UX 09-14-2008
2,828
Posted By pgop
Thank you Jim, for your reply..:b: a small...
Thank you Jim, for your reply..:b:

a small doubt..

awk '{ for(i=1; i<=NF; i++) {arr[$i]++} }
END{for(i in arr){if(arr[i]>1 {print i} }}' file

I am a newbie at using awk...want...
Forum: HP-UX 09-13-2008
2,828
Posted By pgop
You Could use uniq command to avoid duplicates...
You Could use uniq command to avoid duplicates...
Showing results 1 to 13 of 13

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