Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Find file that contains "....." (command in Unix)

by parv (Parson)
on Mar 28, 2003 at 10:46 UTC ( [id://246445]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    grep -F -r -I -l '.....' . | grep '.txt$'
    
  2. or download this
    find . -type f -name '*.txt' -print0 | xargs -0 grep -F -l '.....'
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://246445]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-03-27 05:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found