Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cat | grep -> Dateinamen ausgeben lassen?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
slyght
Apprentice
Apprentice


Joined: 12 May 2004
Posts: 207
Location: Stuttgart, Germany

PostPosted: Mon Jul 25, 2005 11:22 am    Post subject: cat | grep -> Dateinamen ausgeben lassen? Reply with quote

Code:
cat *.* | grep pattern

Wie kann ich mir zu jeder Zeile noch den Dateinamen ausgeben lassen, in dem "pattern" gefunden wurde?
bei grep -H bekomm ich ja leider nur "(standard input):" angezeigt...
Back to top
View user's profile Send private message
STiGMaTa_ch
Veteran
Veteran


Joined: 28 Dec 2004
Posts: 1686
Location: Rüti ZH / Schweiz

PostPosted: Mon Jul 25, 2005 11:31 am    Post subject: Re: cat | grep -> Dateinamen ausgeben lassen? Reply with quote

slyght wrote:
Code:
cat *.* | grep pattern

Wie kann ich mir zu jeder Zeile noch den Dateinamen ausgeben lassen, in dem "pattern" gefunden wurde?
bei grep -H bekomm ich ja leider nur "(standard input):" angezeigt...


Naja...
Code:
grep -l <pattern> *.*

Das gibt dir einfach die Dateien an, welche <pattern> enthalten. Willst du zusätzlich zum Dateinamne auch noch die betreffende Zeile sehen, in der pattern vorkommt, mache einfach:
Code:
grep <pattern> *.*



Lieber Gruss
STiGMaTa


Last edited by STiGMaTa_ch on Mon Jul 25, 2005 11:32 am; edited 1 time in total
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1939

PostPosted: Mon Jul 25, 2005 11:31 am    Post subject: Reply with quote

Wozu den cat?
Code:
grep -H Suchmuster *

Sucht das Suchmuster in allen Dateien und zeigt den Dateinamen und die Zeile an.
Back to top
View user's profile Send private message
slyght
Apprentice
Apprentice


Joined: 12 May 2004
Posts: 207
Location: Stuttgart, Germany

PostPosted: Mon Jul 25, 2005 11:44 am    Post subject: Reply with quote

Oh... danke

Ich dachte, ich muss grep immer über ne pipe bedienen :oops:
Back to top
View user's profile Send private message
nightmarez
Tux's lil' helper
Tux's lil' helper


Joined: 17 May 2004
Posts: 111
Location: FSV Mainz 05 ;)

PostPosted: Mon Jul 25, 2005 11:48 am    Post subject: Reply with quote

da gibts doch irgendwo nen beitrag über das unnötige benutzen von 'cat'.
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Mon Jul 25, 2005 12:25 pm    Post subject: Reply with quote

nightmarez wrote:
da gibts doch irgendwo nen beitrag über das unnötige benutzen von 'cat'.

Du meinst "Useless use of Cat"? ;-)
http://www.google.com/search?hl=en&q=useless+use+of+cat
Back to top
View user's profile Send private message
nightmarez
Tux's lil' helper
Tux's lil' helper


Joined: 17 May 2004
Posts: 111
Location: FSV Mainz 05 ;)

PostPosted: Mon Jul 25, 2005 1:23 pm    Post subject: Reply with quote

hehe jo, bei den sucheregebnissen sieht man direkt wie überflüssig cat meistens ist.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum