When you try to sort a file and write the result in the same file, all the contents are deleted. Example:
sort foo.txt > foo.txt
When you try to sort a file and write the result in the same file, all the contents are deleted. Example:
sort foo.txt > foo.txt