From 5ff1897362d6a614d09d7e154eb3634cca9de8dc Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sun, 28 Apr 2013 21:06:11 -0500 Subject: [PATCH] There is no executable in the boot-camps directory - need to cd to shell dir first. --- shell/Readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/shell/Readme.md b/shell/Readme.md index b42c50f..54a8be5 100644 --- a/shell/Readme.md +++ b/shell/Readme.md @@ -138,16 +138,17 @@ directory. Enter the following command: cd boot-camps +Use the `ls` command to see what is inside this directory. This +directory contains all of the material for this boot camp. Now move to +the directory containing the data for the shell tutorial: + + cd shell + Now use the `ls` command to see what is inside this directory. You will see that there is an entry which is green. This means that this is an executable. If you use `ls -F` you will see that this file ends with a star. -This directory contains all of the material for this boot camp. Now -move to the directory containing the data for the shell tutorial: - - cd shell - If you enter the `cd` command by itself, you will return to the home directory. Try this, and then navigate back to the `shell` directory. -- 2.26.2