From 85493dff771a92d47683d465cb34424609aa4385 Mon Sep 17 00:00:00 2001 From: eberdan Date: Mon, 26 Feb 2024 10:59:20 -0500 Subject: [PATCH] Update 03_creating_files.md --- Basic_shell/03_creating_files.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Basic_shell/03_creating_files.md b/Basic_shell/03_creating_files.md index 6645cfd6..4293a9c9 100644 --- a/Basic_shell/03_creating_files.md +++ b/Basic_shell/03_creating_files.md @@ -70,12 +70,6 @@ Down came the rain And washed the spider out. ``` -To make it easier to refer to distinct lines, we can **add line numbers** by typing reopening the document with: - -``` -nano -c spider.txt -``` - While we cannot point and click to navigate the document, we can use the arrow keys to move around. Navigating with arrow keys can be very slow, so `nano` has shortcuts. You can find some [here](https://www.unomaha.edu/college-of-information-science-and-technology/computer-science-learning-center/_files/resources/CSLC-Helpdocs-Nano.pdf). Several of the more common ones are already at the bottom of your nano window. **NOTE:** If you are using a **Mac** you must **change your terminal preferences in order to use the option button as an alt button**. Go to: Terminal preferences -> Profiles -> (click keyboard button) -> select "Use Option as Meta key"