« Process all databases in Sybase | Home | HTTP POST request with PHP CURL »

Find the files not in use in Unix


find . -name "*" -exec /usr/sbin/fuser {} 2>&1 \; | grep ': *$'

Topics: Unix Shell, bsd, find, linux | Submitter: checkthis

Comments

You must be logged in to post a comment.