Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by nite_man (Deacon)
on Mar 28, 2003 at 08:05 UTC ( [id://246425]=note: print w/replies, xml ) Need Help??


in reply to Find file that contains "....." (command in Unix)

Use grep:
grep -rE "\.{5}" `ls /my_folders`
--------> SV* sv_bless(SV* sv, HV* stash);

Replies are listed 'Best First'.
Re^2: Find file that contains "....." (command in Unix)
by Aristotle (Chancellor) on Mar 30, 2003 at 20:22 UTC
    That does the same as grep -rE "\.{5}" /my_folders/* so it's useless use of ls.

    Makeshifts last the longest.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (None)
    As of 2024-04-19 00:00 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found