How to sort the content of a file? byAlFarhat •July 28, 2015 p3.sh #!/bin/bash sort=`sort /etc/passwd` echo "shorted list are:" echo "$sort" :./p3… Read more