Skip to content

Instantly share code, notes, and snippets.

@gene1wood
Last active April 30, 2024 22:10
Show Gist options
  • Save gene1wood/a45eae41f52e6c24e216 to your computer and use it in GitHub Desktop.
Save gene1wood/a45eae41f52e6c24e216 to your computer and use it in GitHub Desktop.
My bash aliases
#!/bin/bash
alias sgrep='grep --color=auto -R --exclude-dir=.svn --exclude-dir=.git'
alias rpm-ql='dpkg --listfiles'
alias rpm-qi='dpkg --status'
alias rpm-qa='dpkg --list'
alias rpm-qf='dpkg --search'
alias rpm-qpi='dpkg --info'
alias yum-provides='apt-file search'
alias yum-search='apt-cache search'
alias yum-info='apt-cache show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment