From: jkratoch <> Date: Thu, 22 Jul 2010 14:23:37 +0000 (+0000) Subject: Find the highest gdb.spec patch number. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=5641aae12c87a1f9ed41ad1cb7a92dc483429e4c Find the highest gdb.spec patch number. --- diff --git a/bin/gdbpatchno b/bin/gdbpatchno new file mode 100755 index 0000000..ceee0cb --- /dev/null +++ b/bin/gdbpatchno @@ -0,0 +1,2 @@ +#! /bin/sh +cat ~/redhat/{rhel,fedora}/gdb/*/gdb.spec|grep -i '^patch'|sort -nruk2 -t h|head