Identical Package-list

Jad madi jad at syntux.net
Thu Aug 23 12:35:25 UTC 2007


something like this should work and I'm sure it can be smarter.



 dpkg -l > packages.list

 cat packages.list | while read a b c d ; do echo $b; done




More information about the ubuntu-users mailing list