Debian CheatSheet
| command | description |
|---|---|
dpkg -S <package> | Find Out What Package Provides a File |
ldd <package> | Print shared object dependencies |
awk '{print $2}' | Print second column |
awk -F':' '{print $3}' | Print third column |
alias xclip='xclip -selection c' | Copy to clipboard |