Hello ghost..
Quote:
|
find / -type f -user -ls | awk '{count+=$7}END{print "total bytes: "count}'
|
I tried this command...
I think you have missed the username option after -user.
find / -type f -user USERNAME -ls | awk '{count+=$7}END{print "total bytes: "count}'
correct me if I am wrong
Thanks
Diptanjan