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