Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / system / show_manually_installed.sh
diff --git a/scripts/system/show_manually_installed.sh b/scripts/system/show_manually_installed.sh
new file mode 100644 (file)
index 0000000..0db2cdd
--- /dev/null
@@ -0,0 +1,5 @@
+
+
+#gotten from http://askubuntu.com/questions/2389/generating-list-of-manually-installed-packages-and-querying-individual-packages
+
+comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n s/^Package: //p | sort -u)