From 465568f998847efcf94986c38c58a00cced47b61 Mon Sep 17 00:00:00 2001 From: RossCampbellNIH2 Date: Thu, 14 Nov 2024 21:20:43 -0600 Subject: [PATCH] Update submodule01_Intro_to_terminal.ipynb --- AWS/submodule01_Intro_to_terminal.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS/submodule01_Intro_to_terminal.ipynb b/AWS/submodule01_Intro_to_terminal.ipynb index 2561d2f..06da15e 100644 --- a/AWS/submodule01_Intro_to_terminal.ipynb +++ b/AWS/submodule01_Intro_to_terminal.ipynb @@ -517,7 +517,7 @@ "---------\n", "
\n", " \n", - " Alert: The following steps require that you use the terminal. For instructions on opening a new terminal console within current layout click here \n", + " Alert: The following steps require that you use the terminal. For instructions on opening a new terminal console within current layout click here \n", "
\n", "\n", "You might have noticed that all of my filenames use `_` or `-` to separate words rather than spaces. Within commands spaces are generally used to separate arguments. Spaces within filenames will need to be *escaped* with the back slash symbol `\\`in the terminal environment. That is we will need to explicitly indicate that the space is part of the filename and NOT an indication that a second argument is being provided to the command.\n",