Man page - rpmsort(8)
Packages contains this manual
- rpmdb(8)
- rpm-misc(8)
- rpmsign(8)
- rpmquery(8)
- rpm-plugin-audit(8)
- rpmsort(8)
- rpm-plugin-selinux(8)
- rpmbuild(8)
- rpmspec(8)
- rpm-plugin-systemd-inhibit(8)
- rpmgraph(8)
- rpmlua(8)
- rpm-plugin-fapolicyd(8)
- rpmdeps(8)
- rpm-plugin-dbus-announce(8)
- rpmkeys(8)
- rpm-plugin-prioreset(8)
- rpm-plugin-syslog(8)
- rpm-plugins(8)
- gendiff(1)
- rpm(8)
- rpmverify(8)
- rpm-plugin-unshare(8)
Package: rpm
apt-get install rpm
apt-get install rpm
Manuals in package:
Documentations in package:
Available languages:
en ro deManual
RPMSORT
NAMESYNOPSIS
DESCRIPTION
EXAMPLES
AUTHORS
NAME
rpmsort - Sort input by RPM Package Manager (RPM) versioning
SYNOPSIS
rpmsort FILES
DESCRIPTION
rpmsort (8) 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 standard in and written to standard out.
EXAMPLES
$ echo -e
'rpm-4.18.0-3.fc38.x86_64\nrpm-4.18.0-1.fc38.x86_64' |
rpmsort
rpm-4.18.0-1.fc38.x86_64
rpm-4.18.0-3.fc38.x86_64
AUTHORS
Peter Jones
<pjones@redhat.com>
Robbie Harwood <rharwood@redhat.com>