#!/bin/bash
touch pacman-latest.txt;
grep -i installed /var/log/pacman.log >> pacman-latest.txt;
Last active
September 14, 2020 23:09
-
-
Save deomorxsy/067f6f2efa74b8e1d971f7e32dbf1009 to your computer and use it in GitHub Desktop.
get the pacman log file and redirect it to a .txt file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment