From 4dd785b2ab0e5d22e2c766f9e22b61a5e95f6bf8 Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Mon, 25 Feb 2019 09:36:16 +0100
Subject: [PATCH] adds bash commands for editing files

---
 basics.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/basics.html b/basics.html
index 2be4b34..489dc4b 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>
-- 
GitLab