GitBook: [#3664] No subject

This commit is contained in:
CPol 2022-11-27 17:38:19 +00:00 committed by gitbook-bot
parent abb9bcb43f
commit aec1c8bd98
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -51,6 +51,7 @@ nma? -p 80 localhost # /usr/bin/nmap -p 80 localhost
# Wildcard + local directory arguments
touch -- -la # -- stops processing options after the --
ls *
echo * #List current files and folders with echo and wildcard
# [chars]
/usr/bin/n[c] # /usr/bin/nc