Thanks Ken
I need to have the file size and file name in the bigfiles.txt, at the moment am only getting the file names when I do find / -size +50 > bigfiles.txt..
When I try find / -size +50 | ls -als|awk '{print $9,$5)' > bigfiles.txt it's not working