Search Results

Search: Posts Made By: sharong
853
Posted By sharong
Count lines in section
I am tiring to cont numbers of line between the "!" in CISCO routers
I have no problem to extract the input and change the empty line with !

!
5 Cable5/0/1 U0 4 ...
2,372
Posted By sharong
thanks RudiC with advice of a colleague I put...
thanks RudiC
with advice of a colleague I put the output in to a file an count it
2,372
Posted By sharong
I have an output from the router and I don't want...
I have an output from the router and I don't want to put it in a file

telnet $IPCMTS 2>> $LDIR/errors.txt | egrep "Subslot|MC3GX60V" | grep -o -c 'Subslot' | grep -o -c 'MC3GX60V' | tee -a ...
2,372
Posted By sharong
I have an output from a router regarding the...
I have an output from a router regarding the amount of license comparison
To the number of cards I need to count number of card (3g60) and get to output
And the number of port (SUBSLOT) and get ...
2,372
Posted By sharong
no homework , just work :):)
no homework , just work :):)
2,372
Posted By sharong
Count words from file
hi all
how to count words from a text

aaa bbb ccc ddd
123 aaa 123 aaa
aaa ddd 123
i need to cout hoe many time the words "aaa" and "123" each appears

the output should be
4 3

or
4...
1,374
Posted By sharong
thanks and one more thing To grep "deed "...
thanks

and one more thing
To grep "deed " and "live" and see the all section

!
Sharon123
deed
10000
class 360
!
sharon456
2000
deed
!
Sharon789
live
3000
!
1,374
Posted By sharong
Grep text and see all section
Hello
I am looking for a way to look in files and to grep text and see the all section of the text

!
Sharon123
deed
10000
class 360
!
sharon456
2000
deed
!
Sharon789
live
3000
! ...
2
2,810
Posted By sharong
Egrep
Hi
I am trying to run CMD that combining EGREP and PERL in multiple files
cat *07:00.22-12-13.txt | egrep" NAME| perl -ne 'print if /^sid9/ .. /^!/' "

I need the see the NAME and the...
2,134
Posted By sharong
Merge lines
Hello
I have a file with
CAR 23
COLOR 12
CAR 44
COLOR 12
CAR 55
COLOR 20
SIZE BIG
CAR 56
CAR 57
COLOR 11

How can merge the CAR and the COLOR + SIZE (if there are COLOR,SIZE)
CAR 23...
Showing results 1 to 10 of 10

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