mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
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:
8
cheatsheets/gcc
Normal file
8
cheatsheets/gcc
Normal file
@ -0,0 +1,8 @@
|
||||
# Compile a file
|
||||
gcc file.c
|
||||
|
||||
# Compile a file with a custom output
|
||||
gcc -o file file.c
|
||||
|
||||
# Debug symbols
|
||||
gcc -g
|
Reference in New Issue
Block a user