rpmsort - Sort input by RPM Package Manager (RPM) versioning.
rpmsort FILES
rpmsort sorts the input files, and writes a sorted list to standard out - like sort(1), but aware of RPM versioning.
If '-' is given as an argument, or no arguments are given, versions are read from stdandard in and writen to standard out.
$ echo -e
‘rpm-4.18.0-3.fc38.x86_64.0-1.fc38.x86_64’ |
rpmsort
rpm-4.18.0-1.fc38.x86_64
rpm-4.18.0-3.fc38.x86_64
Peter Jones <[email protected]> Robbie Harwood <[email protected]>