Show Menu
Cheatography

Veo Cheat Sheet (DRAFT) by [deleted]

This is a draft cheat sheet. It is a work in progress and is not finished yet.

nmap

arg=1
This is the descri­ption of argument 1
anothe­r-arg
This is a dummy
 

grep

-r
Recursive (folder scan)
-n
Print line number
-w
Match only if entire word is present
-e
Regular Expression
grep -rnw <fo­lde­r> -e "­Reg­Ex"
Example