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

Search results for query: *

  • Users: brittcams
  • Content: Threads
  • Order by date
  1. brittcams

    Need help with this script please

    find . -printf "%p\t%s\t%M\t%u\t%g\t%.24A+\t%.24T+\t%.24C+\t" -a \( -type d -exec echo \; -o -type f -exec sh -c "md5sum {} | cut -d' ' -f1" \; \) This script fails in an AIX environment - looking for suggestions as how to make it run w/o errors in an AIX Environment. Thanks in advance

Part and Inventory Search

Back
Top