1RPMSORT(8)                                                          RPMSORT(8)
2
3
4

NAME

6       rpmsort - Sort input by RPM Package Manager (RPM) versioning.
7

SYNOPSIS

9       rpmsort FILES
10

DESCRIPTION

12       rpmsort sorts the input files, and writes a sorted list to standard out
13       - like sort(1), but aware of RPM versioning.
14
15       If '-' is given as an argument, or no arguments are given, versions are
16       read from stdandard in and writen to standard out.
17

EXAMPLES

19       $ echo -e `rpm-4.18.0-3.fc38.x86_64.0-1.fc38.x86_64' | rpmsort
20       rpm-4.18.0-1.fc38.x86_64
21       rpm-4.18.0-3.fc38.x86_64
22

AUTHORS

24              Peter Jones <pjones@redhat.com>
25              Robbie Harwood <rharwood@redhat.com>
26
27
28
29                                27 October 2022                     RPMSORT(8)
Impressum