Search Results

Search: Posts Made By: Mist123
8,706
Posted By Mist123
I used your code and it was sending an email even...
I used your code and it was sending an email even though if I have the file in /u02/xxc_incoming path.
Can you please suggest?
8,706
Posted By Mist123
Thank you so much! I am trying to add a...
Thank you so much!

I am trying to add a message body how to add? with request-id.

requestid=`(echo $1 | cut -f2 -d' ' | cut -f2 -d= | tr -d '"' )`
echo "Request Id:" $requestid
Could you...
8,706
Posted By Mist123
It is not configured but i checked mutt is...
It is not configured but i checked mutt is installed in our application server.

echo "$log" | mutt -s "ERROR" Mist123@google.com
how to change this to mailx?
8,706
Posted By Mist123
Can you please help me on this?
Can you please help me on this?
2,356
Posted By Mist123
Hi , Can you please help me on this? ...
Hi ,

Can you please help me on this?

Thank you
8,706
Posted By Mist123
Yes i used my company email in test instance.
Yes i used my company email in test instance.
8,706
Posted By Mist123
Thank you so much :) I have written like...
Thank you so much :)
I have written like below(total code).

#!/bin/bash

log=$({
cp /u02/xxc_incoming/TEST*.dat /u02/xxc_archive_incoming/AMER7764_ARPP_2/
cat /u02/xxc_incoming/TEST*.dat...
8,706
Posted By Mist123
Send an email if "No such file or directory" in the shell script program log in EBS concur
Hi All,

I have the below code(.sh) and need to send an email.

#!/bin/bash
cp /u02/xxc_incoming/TEST*.dat /u02/xxc_archive_incoming/AMER7764_ARPP_2/
cat /u02/xxc_incoming/TEST*.dat >...
2,356
Posted By Mist123
Thank you very much i will try and keep you...
Thank you very much i will try and keep you posting the update
2,356
Posted By Mist123
Move the file from one path to another using .sh file in EBS Oracle apps.
Hi All,

I just want to move the file from one path to another using .sh file in EBS oracle apps.

I have written in .prog but i need in .sh (file.sh)

XXC_SAMPLE_FILE.prog
#!/bin/bash
#...
829
Posted By Mist123
Thanks Quick help...:) I have parameters...
Thanks Quick help...:)

I have parameters like below.

old parameter
----------------

seq: 10
parameter: CREQID

new parameters
------------------

seq: 20
parameter: order_no -->new...
829
Posted By Mist123
parameter issue in oracle shell script
Hi All,

I am new to this code and shell scripting.

I have code like below


CREQID=`echo $* | awk '{gsub(/"/, ""); print$9}'`
REQID=$3

echo CREQID=$CREQID


I have another parameter...
Showing results 1 to 12 of 12

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