Search Results

Search: Posts Made By: lg123
1,438
Posted By lg123
Thanks.
Thanks.
1,438
Posted By lg123
Hi, Yes, it is oracle RMAN. But I am trying...
Hi,

Yes, it is oracle RMAN. But I am trying to find out the difference among the three forms of find command. One is like " \find....", another one is like "\find...." and the other one is like...
1,438
Posted By lg123
Find command
Which command is the right one among the below three?

1) add_a_line ${RMANSCR} " \find ${LOGDIR}/rman_backup_*.log -mtime +30 -exec rm {} \;"
2) add_a_line ${RMANSCR} "\find...
1,408
Posted By lg123
Statement
${PFILE}.backupfile

Please tell me what the above statement means?
1,522
Posted By lg123
Thanks.
Thanks.
1,893
Posted By lg123
Meaning
Please let me know the meaning for the below statements in shell scripting.

1) exit -99
--------------------------------
2) set prgdir = `pwd`
set runFlag = runFlag:FALSE...
1,522
Posted By lg123
Statement
${GREP} ASM /var/opt/oracle/oratab | \ ${CUT} -d':' -f1

Please tell me the meaning for the above statement.
2,249
Posted By lg123
A=${0##*/} S=${0%/*} Please explain me...
A=${0##*/}
S=${0%/*}

Please explain me with examples for the above 2 statements.
Please use CODE tags when posting sample code, input, and output!
2,249
Posted By lg123
Thanks. I do not have a way to try those codes....
Thanks. I do not have a way to try those codes. In the office, I do not want to try it out in production box. In my personal laptop, I do not even have unix. But with whatever little knowledge I...
2,249
Posted By lg123
Chunks of bash shell programming
I am going to provide a chunks of codes that I do not understand. Please help with them in a layman's terms.

1) ${DEBUG:-0}
...
2,155
Posted By lg123
Learn bash shell scripting
I do not know shell scripting. But at work place, I have got an in and out shell scripting task. I just need to understand a very big script. Is there any tool in which I can place the script and it...
1,319
Posted By lg123
Change permission to a directory
Hi,

How do i change the permission to read/write to a windows directory?
Forum: Ubuntu 01-27-2012
1,469
Posted By lg123
error in displaying filesystem %
Hi,

The below command is expected to display the filesystem along with the used % and available % in each of the filesystem in the linux box.

df -k / | grep -v 'capacity' | gawk '{ print $5 }'...
46,786
Posted By lg123
How to close the shell?
How to close the shell?
46,786
Posted By lg123
how to clear history in ksh?
I want to clear the history so that no one should be able to see what commands I gave in the AIX OS level. I tried using history -c , ~/.sh_history, but they aren't working :wall:

Please tell me...
Forum: Solaris 06-15-2011
4,802
Posted By lg123
send mail from crontab
I want the crontab to send me the output along with subject to my email address. In order to do that, I tried the following :

02 15 15 06 * /ora01/script.sh | /bin/mail -s "Task Complete"...
2,167
Posted By lg123
Thanks. It got resolved.
Thanks. It got resolved.
2,167
Posted By lg123
crontab not working
In /oracle folder, I created a file called "script.ksh" using vi command. The content of script.ksh is

* * * * * echo "welcome">/tmp/capture.log

I want the word "welcome" to be displayed in...
Forum: UNIX and Linux Applications 04-11-2008
3,899
Posted By lg123
shell script command
Hi

I have a text file named information.txt which contains information about Oracle Instances, I want to fetch data's from that text file and want to display an output using shell script.
i.e....
Showing results 1 to 19 of 19

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