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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tektip9191

  1. tektip9191

    find command taking ever to complete

    Also, how to find files with size <5 bytes with find command? Thanks.
  2. tektip9191

    find command taking ever to complete

    There are millions of files and the below shell script never completes. I think find is taking for ever. How can I simplify this script for fast results. for i in $(find `ls -d converted*` -name "*.xml") do ls -lrt $i | awk '{ if ( $5 == 1 ) print $0 }' done; Appreciate your help. Thanks.

Part and Inventory Search

Back
Top