1 2 3 4 5 6
help: "Show Vyatta version information" run: for cl in /usr/share/doc/vyatta-*/changelog.gz ; do pkg=${cl%/*} ; echo -n ${pkg##*/} ; gunzip $cl | tail -n1 ; done