Search Results

Search: Posts Made By: odogbolu98
4,649
Posted By odogbolu98
Thanks oombera, The data I provided was just...
Thanks oombera,

The data I provided was just a sample one, but here is a real live data.

Date Time W220A WI220B W220C W223A
3/26/2003 0:00:04 1 1 1 7
3/26/2003 0:15:02 1 1 2 8...
4,649
Posted By odogbolu98
Thanks LF, The tool I am using is Korn...
Thanks LF,

The tool I am using is Korn Shell and we are really stress on the box right now that performance is fast becoming an issue.

Any help on this issue will be highly appreciated.
4,649
Posted By odogbolu98
Count log Entries
Hi guys,

I have a log file that looks like this
Date Time Act Big Con
01/01/02 01:01:01 12 20 -34
01/23/03 01:23:42 21 -8 22...
7,283
Posted By odogbolu98
Thanks LivingFree! Thanks works fine. I...
Thanks LivingFree!

Thanks works fine. I wonder why I didn't think about that...:-(


Thanks,
Odogbolu98
7,283
Posted By odogbolu98
Grep problem
Folks,

I need to resolve a problem I'm having with the grep command.

The solution I currently have is:

grep -Ei ' fail | error '

But the problem with this command is that, it doesn't...
2,862
Posted By odogbolu98
Thanks Perderabo, I'll give that a trial. ...
Thanks Perderabo, I'll give that a trial.

-odogbolu98
2,862
Posted By odogbolu98
Maintain 30 days data
Hi Folks,

I have a log file that keeps the information pn the date and time a specific transaction is firedup. I found that the log file keeps growing and I intend to limit the entry to the log...
11,354
Posted By odogbolu98
Thanks Bab00shka & ganti: Bab00shka: In...
Thanks Bab00shka & ganti:

Bab00shka: In answering to your question:

Actually what I wanted it to remove the entire line where the string is found. So it's like deleting the whole line. I'll...
11,354
Posted By odogbolu98
search and delete a line
Folks,

I have a set of list that contains file names. I want to search through each of the list and delete any file that is found in the list.

eg.
LIST_A contains:
aaa
bbb
...
3,536
Posted By odogbolu98
Thanks everyone, that really works fine. All I...
Thanks everyone, that really works fine. All I wanted was an idea on how to go about it and you guys have done just that.


Thanks,

Odogbolu 98
3,536
Posted By odogbolu98
Erase files and directory
I have a set of files created under different name, but they all have the same directory name at some point. I will like to delete all the files and directories after the common name:

Here is an...
4,155
Posted By odogbolu98
Compare the content of 2 files
Hi Guys,

What is the most effecient way to compare the content of 2 seperate files and extract the result of there is a match? We have 2 separate log files and we are trying to find the common...
2,305
Posted By odogbolu98
Thanks usfrog, that works fine. odogbolu98 ...
Thanks usfrog, that works fine.

odogbolu98
:)
2,305
Posted By odogbolu98
Interactive String
I intend to write a script, where the user will supply the name of the specific string that script should work on.

The first question is how do I accept the string, i.e interactively? and the...
11,949
Posted By odogbolu98
Thanks RTM, Finally I was able to get the...
Thanks RTM,

Finally I was able to get the FTP command to work. But I was faced with another issue. How do you copy a list of files from the ftp command mode. The wildcard doesn't seems to work....
11,949
Posted By odogbolu98
copy data from Windows to Unix any help?
I have a log file that I would like to copy from my windows pc to my unix pc for further processuon. Is there any command that can help me perform this task?. I already have a cron to fire up the...
2,259
Posted By odogbolu98
Thanks Hassan, But the problem is that there are...
Thanks Hassan, But the problem is that there are different numbers of trans involved. That is why I used continuation sign(...) There could be as many as 4 to 7 or even 1 trans. I would need a strict...
2,259
Posted By odogbolu98
Extracting String from a list
I have a string of Data such as

Date Time Tran1 Tran2 Tran3 ......

How can I extract just all the trans excluding Date and Time.

Thanks,

Odogbolu98
;)
1,874
Posted By odogbolu98
Thanks Livingfree for your help. Due to...
Thanks Livingfree for your help.

Due to the urgency of the problem. I had to settle for another solution.

What I did was,

ls| grep : | awk -F\: '{print $1 "_" $2 "_" $3}'

I...
1,874
Posted By odogbolu98
replacing charater
I need a help here. My administrator made some changes and we couldn't access some files any more.

I am trying to replace a list of files from one format to another. Can anyone help me please?
...
2,566
Posted By odogbolu98
Parsing Parameters
How do you pass parameters over to another script and run the receiving script? .

Here is an example of what I am talking about.

for x in `cat Allx`

do

su myaccount -c...
4,064
Posted By odogbolu98
extract data from a find string
Can any one please lend a helping hand here?
eg. find /tough -name temp1 -print

After finding the location of all temp1 files. I need to extract some data( some are multiple others are...
2,142
Posted By odogbolu98
Thanks, I really appreciate your help. ...
Thanks, I really appreciate your help.


Regards,

Odogbolu98
2,142
Posted By odogbolu98
Can I have an example of that. It seems to me...
Can I have an example of that. It seems to me that " can't be used as a delimiter. what I mean is
eg. -F"\t" represents tab as a delimiter, when I use -F"\"" it gives unmatched ". message. Am I...
2,142
Posted By odogbolu98
Extract from a file
Hi guys,

Thanks for this forum. It's been very helpful in improving my understanding of unix.

I have 2 questions.

a. eg I have the following

big_tom_get_back("final") in a...
Showing results 1 to 25 of 32

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