Skip to content

Instantly share code, notes, and snippets.

@Hayao0819
Created February 2, 2020 04:00
Show Gist options
  • Save Hayao0819/488ace63a18bec636cb33ba2bf0a5448 to your computer and use it in GitHub Desktop.
Save Hayao0819/488ace63a18bec636cb33ba2bf0a5448 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
## ArchLinux PackageList Ganarater
output="./alpg-list.txt"
comm -23 <(pacman -Qeq | sort) <(pacman -Qgq base base-devel | sort) >> $output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment