How can I display all files greater than 10k bytes in my current directory and it\'s subdirectories.
Tried ls -size +10k but that didn\'t work.
ls -size +10k
I realize the assignment is likely long over. For anyone else:
You are overcomplicating.
find . -size +10k