Search Results

Search: Posts Made By: trichyselva
2,046
Posted By trichyselva
Hi Environment is AIX and I am using the below...
Hi Environment is AIX and I am using the below command to send the mail "mail -s "$MAIL_SUBJ" $i"
2,046
Posted By trichyselva
Mail not getting delivered to user
Hi,

There is a unix box in production from which mails will be sent to user/group. From this box, many mails will be sent. But only for one mail which is sent from the box, it is showing a...
5,686
Posted By trichyselva
problems with using talk command
using talk option i tried to send message to my team mate.

for connecting to one unix box, we are having a common userid and password
except that, the ip addresses will change
for me it is...
4,670
Posted By trichyselva
how to capture oracle function returning 2 values in unix
i have an oracle function which returns two values, one is the error message if the function encounters anything and another one which returns a number

i need to capture both
and pass it on to...
1,550
Posted By trichyselva
starting many child threads simultaneously
i have a parent process and 5 child process.
As soon as the parent process is completed the 5 child processes need to start simultaneously (like multithreading)
All I need to do in a shell script...
3,012
Posted By trichyselva
hi thanks for your help the solution you gave...
hi
thanks for your help
the solution you gave was working
can you plz. explain me how it is working
3,012
Posted By trichyselva
hi i tried the approach and it is working
hi
i tried the approach and it is working
3,012
Posted By trichyselva
grouping records in a file in unix
I have file like this

d123, rahim, 140
d123, rahul, 440
d123, begum, 340
d234, bajaj, 755
d234, gajal, 657

I want to group this file like this

d123, rahim, 140
rahul, 440
...
1,534
Posted By trichyselva
drop down structure in file
I have file like this

120, rahim, d40
115, rahul, d40
113, begum, d40

I want to group this file like this

120, rahim, d40
115, rahul,
113, begum,

can any one help me on this

thanks...
2,032
Posted By trichyselva
thanks for your reply Franklin
thanks for your reply Franklin
2,032
Posted By trichyselva
hi franklin, the solution you gave worked ...
hi franklin,
the solution you gave worked
thanks a lot
can you please explain how it is working
2,419
Posted By trichyselva
how to display in bold
Hi,
i am using mailx option to send mail from unix

In the body of the mail i want certain numbers to be displayed in bold

Is there any way to do it

If so, can anyone help me in this regard.
9,806
Posted By trichyselva
how to know the mail sent status using sendmail
Hi,
I am using sendmail command to send mail

This is the command i am using

cat <filename> | /usr/lib/sendmail -v <emailid>

I will put the contents in the file as body of the email

I...
2,032
Posted By trichyselva
how to group records in a file
hi,
I have records like this



D127@dm.com,127,569,BRAD,25/08/2009 23:59
D127@dm.com,127,569,BRAD,25/08/2009 23:59
D159@dm.com,159,1170,DAVE,25/08/2009 23:59...
3,164
Posted By trichyselva
thanks all I can get what I needed
thanks all
I can get what I needed
3,164
Posted By trichyselva
thanks malcomex999 i tried with the approach...
thanks malcomex999
i tried with the approach given by you
but it is not working
plz find the snapshot of the same

ibm4@raclin13:~> cat testfile.txt
10,150,selvas12@yahoo.com...
3,164
Posted By trichyselva
command to group records
hi,
i have records like this

supplier,product, persons involved
10,150,ravi@yahoo.com
30,200,ravi@yahoo.com
20,111,payal@gmail.com
40,211,ravi@yahoo.com

i want to write a command which...
3,734
Posted By trichyselva
identifying running processes
how to identify the processes running by giving the parent process id
3,393
Posted By trichyselva
i created a script called tst.ksh this is the...
i created a script called tst.ksh
this is the script info.

#!/bin/ksh
date

If i run the script in home directory using the command ksh tst.ksh it is working fine

If i run the same script...
3,393
Posted By trichyselva
running a script in different directories
hi,
I have a peculiar problem
I am working in bash shell
There is one particular directory in my unix box
For the scripts present in that directory, if i put sh <script name>
it is working fine...
2,704
Posted By trichyselva
viewing spanish file in vi editor
hi,
I have a file in unix which contains spanish entries

When I try to open the file in vi editor i can see some spaces as shown below

when I ftp the same file and see in my machine i can see...
12,849
Posted By trichyselva
Hi, Let me explain the problem The...
Hi,
Let me explain the problem


The below few lines are from one file called retst.out
I just copied few of the lines by opening the file in vi mode
you can see the [dos] in the lines below...
12,849
Posted By trichyselva
hi, i am not asking for tr -d '\r' < infile >...
hi,
i am not asking for tr -d '\r' < infile > outfile

if you are inside shell script, from the script itself you can check whether a file is having execute, read, write permissions

like that...
12,849
Posted By trichyselva
how to identify the mode of the file in unix
hi,
I have a requirement in that i need to process a input file
The problem is, the input file sometimes it is coming in dos mode and some times it is coming in unix mode
The script which i have...
2,813
Posted By trichyselva
validating a input file for numeric and character
i have a input file like this

001|rahim|bajaj|20090102

while reading the file i need to check whether the first column is a number
second column is a name

is there any methodology to check...
Showing results 1 to 25 of 70

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