summary refs log tree commit diff
path: root/Cheat sheets/Commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'Cheat sheets/Commands.md')
-rw-r--r--Cheat sheets/Commands.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cheat sheets/Commands.md b/Cheat sheets/Commands.md
index 818710f..26bec1e 100644
--- a/Cheat sheets/Commands.md
+++ b/Cheat sheets/Commands.md
@@ -17,3 +17,13 @@ To load extensions like code blocks:
 python3 -m markdown -x fenced_code -x codehilite -x tables README.md > /tmp/README.html
 ```
 
+## List package file
+Arch
+```bash
+pacman -Ql cowsay
+```
+
+Debian
+```bash
+dpkg -L cowsay
+```
\ No newline at end of file