Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find Command 1

Status
Not open for further replies.

AIXtexas

Technical User
Joined
Feb 5, 2002
Messages
80
Location
US
Hello, I need a find command to search for files whose name is over 48 characters, this should include spaces.

Please let me know if you can help.

Thanks,

Shane
 
While not pretty, this should satisfy your query:
Code:
$ find . -type f -name "????????????????????????????????????????????????*" -print


"Proof that there is intelligent life in Oregon. Well, Life anyway.
 
Sorry, that was supposed to appear as one continuous line.

"Proof that there is intelligent life in Oregon. Well, Life anyway.
 
Thanks!

That did it.

Shane
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top