diff --git a/basics.html b/basics.html index 2be4b343cb91465899e745d2feb00011ed6e9769..489dc4b7dd2859ffd95830352e1fee196e145e8a 100644 --- a/basics.html +++ b/basics.html @@ -400,6 +400,11 @@ cp src dest # copy from source to destination mv src dest # move / rename ``` + + ```bash + nano file # edit file (Linux / Mac) + notepad file # edit file (Windows) + ``` </section> <section id="cli-git" data-markdown>