Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-10-22 20:52:58 +05:00 committed by GitHub
parent 32f9b6137a
commit c4d22de79e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ lschattr filename `Checking file attributes`
scp file/you/want `user@ip`:/path/to/store <br/>
python -m SimpleHTTPServer [port] `By default will listen on 8000`<br/>
python3 -http.server [port] `By default will listen on 8000`<br/>
python3 -m http.server [port] `By default will listen on 8000`<br/>
# Windows