Search Results

Search: Posts Made By: bombcan1
2,457
Posted By bombcan1
No I am trying to pass a 6 digit number...I...
No I am trying to pass a 6 digit number...I tested it and when they are single numbers they work. However with the 6 digits it does not give me the different names. Did you try it?

---------- Post...
2,457
Posted By bombcan1
Hi Thanks steadyonabix...
Hi

Thanks steadyonabix (https://www.unix.com/members/302068797.html) I appreciate your help however I noticed that if my numbers are 6 digit long this does not work. I can't seem to figure it...
2,457
Posted By bombcan1
Well I'm sure there is an awk statement that can...
Well I'm sure there is an awk statement that can parse this file and if it finds 2 (example) it looks at the first row and reports Tony...then moves over see2 another 2 and looks at the top of the...
2,457
Posted By bombcan1
My file is messed up in the previous thread...
My file is messed up in the previous thread sorry. The file looks like


Peter Tony Frank Mike Robert
1 2 3 4 5
5 4 1 2...
2,457
Posted By bombcan1
Enter an input and reference another line in ksh script
Hi

I have a file like so:

Code:
Frank Peter Tony Robert Mike 1 2 3 4 5 5 4 2 3 1 4 3 1 5 2
My out should...
3,247
Posted By bombcan1
works great thanks. And yes the system has egrep...
works great thanks. And yes the system has egrep -o but I get nothing returned
awk works
3,247
Posted By bombcan1
Yes always SLP egrep does not work
Yes always SLP
egrep does not work
3,247
Posted By bombcan1
The actual output is 16351711 Duplication...
The actual output is

16351711 Duplication Done 84 SLP_tor-yd-file-resources-monthly-backup 04/20/11 00:57:48 100 001:13:05 001:13:08 04/20/11 02:10:56

I need what starts with SLP until...
3,247
Posted By bombcan1
Getting a string without fixed delimiters
I have a line of text for example


aaaa bbbb cccc dddd eeee ffffff

I would need to get the cccc however bbbb could be there or not.
So whether bbbb is in the line or not I need cccc.


I...
1,458
Posted By bombcan1
Thank-you everyone for taking the time to help...
Thank-you everyone for taking the time to help me..They both work great
:)
1,458
Posted By bombcan1
Thanks for this bit of code it works. But if I...
Thanks for this bit of code it works. But if I would want to run it as a file (ie: with the | awk -f ) I would need to incorportate the field seperator (-F) into the Begin?
1,458
Posted By bombcan1
Script to extract certain data
Hi

Not to good with data extraction . I have some output that looks like this

1301925447 1 2 2 mtlhqmst 16215531 0 0 *NULL* bpduplicate Initiating optimized duplication from @aaagc to @aaaeG...
45,995
Posted By bombcan1
Works! great
Works! great
45,995
Posted By bombcan1
That's better however it also gets the Client and...
That's better however it also gets the Client and ------- which I did not want....but better
45,995
Posted By bombcan1
That did not work . I had tried that gave me...
That did not work . I had tried that gave me "-----------"
45,995
Posted By bombcan1
Need to get the 3rd column
Hi
Trying to do get the 3rd column out. Any help would be much appreciated

Hardware OS Client
--------------- --------------- --------------
PC WindowsNET ...
Forum: Programming 01-18-2011
10
2,577
Posted By bombcan1
Hi homeboy How would I use your script? ...
Hi homeboy
How would I use your script?
:wall:
Forum: Programming 01-17-2011
10
2,577
Posted By bombcan1
ok great looks good. Again thank's for your time.
ok great looks good. Again thank's for your time.
Forum: Programming 01-17-2011
10
2,577
Posted By bombcan1
Hi First off thank-you for the time and effort...
Hi
First off thank-you for the time and effort you put into this.
As for the Perl script if I would want to pull other info from the file. How would I add
the code necessary to retrieve lets say...
Forum: Programming 01-14-2011
10
2,577
Posted By bombcan1
Parser
Hi Everyone

I have an out put of multiple lines
which I would like to parse and retrieve certain info from it.

The output consists of multiple sections that starts with the line Client:
and...
2,977
Posted By bombcan1
Thanks much appreciated
Thanks much appreciated
2,977
Posted By bombcan1
Get a column from one file and put it in another
I have 2 files that I would need from one file the 3rd column and put into the second file. Preferably in KSH . For example file one has

file1:
Column 1 Column 2 Column 3 Column 4 Column 5
...
Showing results 1 to 22 of 22

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