Sort by Size or Date in linux

by size

ls -laShr - list including hidden files sorted by file size in human readable text, reversed (so the largest is closest to the end of the list)

https://www.tecmint.com/list-files-ordered-by-size-in-linux/

by date

ls -lathr - list including hidden files, sorted by date in human readable test, reversed https://unix.stackexchange.com/questions/8352/sorting-by-date