Search Results

Search: Posts Made By: indira_s
925
Posted By indira_s
Thanks Akshay. $ awk -F":"...
Thanks Akshay.

$ awk -F":" 'FNR==NR{A[$2];next}!($2 in A){print $0, "is not there"}' file2 file1
a1:10 is not there

Pls explain the code.
925
Posted By indira_s
Comparing two files
Hi Team,

First filename is a1.txt

cat a1.txt
1
2
3
4
5
6
7
8
9
10
cat a2.txt
1
3
4
6
1,046
Posted By indira_s
Unique line from logfile
Hi Team,

Pls help me in fixing this problem.

I have file called ORA_FILE.log

Please find the log in that below:
************************

ORA-04061: existing state of package body...
1,129
Posted By indira_s
Already logfile exist in the server. That logfile...
Already logfile exist in the server. That logfile will be getting update every minutes. My script has to run every a hour once and need to search for the word ENTLOGER. If we see the word ENTLOGER,...
1,129
Posted By indira_s
Logs from logfile
Hi Team,

Have to write a shell script to pick only 1 hr logs from the generated logfile and send it to other logfile.

Thanks & Regards,
Indu
1,142
Posted By indira_s
Hi All, Please let me know any updates on...
Hi All,

Please let me know any updates on this.

Regards,
Indu
1,142
Posted By indira_s
Search a file for "ORA-" with timestamp
Hi Jotne,

I want to pick the ORA- errors and put it other logfile with the count(how many times same errors occur in that logfile). Every one hour once that script as execute. Everyone hour it...
2,251
Posted By indira_s
Attach the logfile(.log)
Hi All,

Please provide command to attached the logfile in linux.

This is Linux server version.
HP-UX B.11.31

I try to attach the logfile by using uuenode. But it is not working.
...
1,142
Posted By indira_s
Search a file for "ORA-" with timestamp
Hi,

It's .log Everyone hour once my script will search for ORA- error in that file. The script has to search in that file from where it is left out(from the timestamp).

Thanks & Regards,...
1,142
Posted By indira_s
Search a file for "ORA-" with timestamp
Hi Team,

An application logfile is exists. From that logfile have to search for ORA- errors. Have to search with time bases. Please help me how to search a file with timestamp.

Regards,
Indu
1,595
Posted By indira_s
How to call mail id from different file in shell script?
Hi Team,

Please can anyone tell me how to call mail ids from different file in shell script.

For Example:
=========
export MAILX=/bin/mailx
export...
2,099
Posted By indira_s
Hi, I should get the Output for used...
Hi,

I should get the Output for used allocated kb alone from this disk space.

For Example if i give command for Used space it should display only Used space alone:

$df -k

/rer ...
2,099
Posted By indira_s
awk print used space
Hi Team,

Can you please tell me how to get a used space in KB LINUX and free space in KB separate commands.

For example:

$df -k
/rer (apdfp01.xxx.com:/var/adm/rash/MT) : 2066900 total...
1,337
Posted By indira_s
awk print
Hi Team,

Can you please help me in this issue.

Am writing a shell script for checking diskspace in LINUX server. It's old server.

For example see my filesystem below:
$df -b
/rer ...
10,695
Posted By indira_s
$ symbol in sql query in shell script
Hi Team,

Can you please help me to resolve this issue.

Am unable to use this $ symbol in sql query in the shell script.

For Example:

# !/bin/sh

export USER_NAME=XXX
export...
Forum: Fedora 05-18-2012
2,575
Posted By indira_s
cron daemon name
Hi All,

Please tell me which daemon is responsible for start and stop the crontab.

Please tell me the location where it resides in Linux platform.

Sindu.
27,948
Posted By indira_s
Command to stop all the cron jobs
Hi All,

Please provide the command to stop all the cron jobs.

Thanks in Advance

Regards,
Sindu
54,978
Posted By indira_s
Hi Bakunin, Thanks for replying. ...
Hi Bakunin,

Thanks for replying.

Actucally I want to stop all the jobs in Crontab.

After some time have re-enable it.

Regards,
Sindu
54,978
Posted By indira_s
Disabling and enabling the cron
Hi All,

Please tell me what is command to disable and enable the cron in unix.

Thanks in Advance.

Regards,
Sindu
3,688
Posted By indira_s
Hi, Thanks for the reply. But it...
Hi,

Thanks for the reply.

But it should be in shell script.

Disabling the cron itself for sometime and later with the script have to re-enable itself.

Regards,
Sindhu
3,688
Posted By indira_s
disabling and enabling the crontab
Hi All,


I need disable all the crontab job in the cron and then later have to enable the crontab job by shell scripting. or otherwise disable the cron and enable cron again by means of unix...
Showing results 1 to 21 of 21

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