23rd Jan 2020 Bash : trier par les lignes les plus grandes cat tonfichieratrier | awk '{ print length, $0 }' | sort -n -s | cut -d" " -f2-