[ create a new paste ] login | about

Link: http://codepad.org/c53usvSJ    [ raw code | fork ]

Plain Text, pasted on Feb 10:
1
echo -e "State \tLast change \t \tName" > $HOME/PkgLog && ls -lsrt /var/lib/dpkg/info/*.list | awk '{print $6"\t"$7"  "$8"\t"$9}' | sed -e "s/\/var\/lib\/dpkg\/info\///" -e "s/.list//" -e "s/^0\t/Removed \t/" -e "s/^[0-9]*\t/Installed\t/" >> $HOME/PkgLog


Create a new paste based on this one


Comments: