Conversation
Notices
-
Embed this notice
@Kyonko802 >the command line cool
What's even cooler is that you're running GNU bash and GNU grep rather than some boring "command line".
-
Embed this notice
Me finding the command line cool is like the computer version of how I like getting rice cookers and socks for christmas now that I'm an adult.
Want a text file of all programs, utils, libraries, and daemons you've installed so that way when you get a new computer you don't just forget a random thing until two weeks after your install?
grep -i installed /var/log/pacman.log > installedpacks.txt
boom