Search Results

Search: Posts Made By: sandeepcm
16,800
Posted By sandeepcm
Thank you. Got the answer. We need to to...
Thank you. Got the answer.

We need to to edit the crontab demon process and add our script there
16,800
Posted By sandeepcm
Yes RudiC. It is hogging my CPU like anything....
Yes RudiC. It is hogging my CPU like anything. But I didn't quite get what Jotne said.
16,800
Posted By sandeepcm
@Jotne: Can you elaborate please? I didn't quite...
@Jotne: Can you elaborate please? I didn't quite get that. What does 30 mean in the code?
16,800
Posted By sandeepcm
The above script will stop running when the if...
The above script will stop running when the if condition becomes true. I want this to run daily at 18:30:00. So I thought of using the goto statement. But it is not helping me as we cannot give start...
16,800
Posted By sandeepcm
Need help in running a script continuously non stop
Hi,

I am running a schedular script which will check for a specific time and do the job. I wanted to run this continuously. Meaning even after the if condition is true and it executes the job, it...
898
Posted By sandeepcm
You can use egrep command also egrep...
You can use egrep command also
egrep "table_name." filename1 > filename2

filename1 will contain

create table schema.table_name1 (col1 number,col2 number);
create table schema.table_name2...
2,813
Posted By sandeepcm
Great! This worked. Thanks a lot :)
Great! This worked. Thanks a lot :)
2,813
Posted By sandeepcm
I wanted it to be generic. Meaning to remove all...
I wanted it to be generic. Meaning to remove all the symbols.
I was able to figure it out with the below script
sed 's/[^a-zA-Z]//g' testfile1 > testfile2

But the above command removes the space...
2,813
Posted By sandeepcm
sed command for removing symbols
Hi I am trying to remove all the symbols in a file (testfile1) and using the below command to do that. Its not working for me. Can you help me on what is wrong with below script?
I want to retain...
3,670
Posted By sandeepcm
Yes it works. Thanks.. ---------- Post...
Yes it works. Thanks..

---------- Post updated 12-13-12 at 02:31 PM ---------- Previous update was 12-12-12 at 02:59 PM ----------

Hi Can you please explain me the awk command you have used...
3,670
Posted By sandeepcm
I am using CentOS6.2
I am using CentOS6.2
3,670
Posted By sandeepcm
Isn't there a way without having dependency on...
Isn't there a way without having dependency on the pattern 'AM/PM'? Also I wanted to know without using awk command?
3,670
Posted By sandeepcm
Yeah sure. Its something like this Jan 13 2010...
Yeah sure. Its something like this
Jan 13 2010 11:44:55 AM LoggingEx main Info1
Jan 13 2010 11:44:56 AM LoggingEx main Info1
Jan 13 2010 11:44:57 AM LoggingEx main Info1
Jan 13 2010 11:44:58 AM...
3,670
Posted By sandeepcm
[Solved] How to delete duplicate entries without using awk command?
Hello..
I am trying to remove the duplicate entries in a log files and used the the below shell script to do the same.
awk '!x[$0]++' <filename>

Can I do without using the awk command and the...
Forum: Ubuntu 05-16-2012
2,967
Posted By sandeepcm
Thanks for the response. What do you mean by a...
Thanks for the response.
What do you mean by a postfix server? I want to use a normal SMTP server which can be used for both in-bound and out-bound mail delivery. All the systems will be running in...
Forum: Ubuntu 05-14-2012
2,967
Posted By sandeepcm
Any way we can create an SMTP server and use any scripting language to read emails from that server
Is there any way to create an SMTP mail server will all granular permissions to it so that I can read emails which that server receives through any scripting language and also reply from the same...
Showing results 1 to 16 of 16

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