Cheatsheets added

- apk: Alpine Linux package manager
 - gcc: GNU C Compiler
 - grep: Pattern matcher in files or pipes
 - vim: Vi IMproved
This commit is contained in:
Sam Dodrill
2013-08-28 10:05:46 -07:00
parent 437f191bf7
commit 84b5df508b
4 changed files with 36 additions and 0 deletions

14
cheatsheets/apk Normal file
View File

@ -0,0 +1,14 @@
# Install a package
apk add $package
# Remove a package
apk del $package
# Update repos
apk update
# Upgrade all packages
apk upgrade
# Find a package
apk search $package