Evolution of shells in Linux (developerWorks)
Posted Dec 9, 2011 23:10 UTC (Fri) by
jthill (guest, #56558)
In reply to:
Evolution of shells in Linux (developerWorks) by HelloWorld
Parent article:
Evolution of shells in Linux (developerWorks)
sed -nr '/^Package:/!{H;/^Version:/{G;h};$!d};x;s/\n/\x0/gp'|sort -V|sed 's/[^\x0]*\x0//;s/\x0/\n/g'
(
Log in to post comments)