Output result from grep to file

2015-01-13

++ Output result from grep to file

use >>output.txt
like this
find . -type f -exec ls -l {} \; 2> /dev/null | sort -t' ' -k +6,6 -k +7,7 >>output.txt