When we use sort file command, the file shows its contents in a sorted way what if I don\'t want to get any-kind of output but a sorted file?
sort file
Do you want to sort all files in a folder and subfolder overriding them?
Use this:
find . -type f -exec sort {} -o {} \;