From 7887f05c1d08593aaf3932858fb354fcf7244de1 Mon Sep 17 00:00:00 2001 From: Mike Renfro Date: Sun, 7 Jan 2024 11:38:25 -0600 Subject: [PATCH] Fix more missing spaces in episode 2 --- episodes/02-filedir.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/episodes/02-filedir.md b/episodes/02-filedir.md index edd4b8272..2841c61f5 100644 --- a/episodes/02-filedir.md +++ b/episodes/02-filedir.md @@ -128,7 +128,7 @@ Underneath `/Users`, we find one directory for each user with an account on Nelle's machine, her colleagues *imhotep* and *larry*. -![](fig/home-directories.svg){alt='Like other directories, home directories are sub-directories underneath"/Users" like "/Users/imhotep", "/Users/larry" or"/Users/nelle"'} +![](fig/home-directories.svg){alt='Like other directories, home directories are sub-directories underneath "/Users" like "/Users/imhotep", "/Users/larry" or"/Users/nelle"'} The user *imhotep*'s files are stored in `/Users/imhotep`, user *larry*'s in `/Users/larry`, @@ -710,7 +710,7 @@ what will `ls -F ../backup` display? 3. `2012-12-01/ 2013-01-08/ 2013-01-27/` 4. `original/ pnas_final/ pnas_sub/` -![](fig/filesystem-challenge.svg){alt='A directory tree below the Users directory where "/Users" contains thedirectories "backup" and "thing"; "/Users/backup" contains "original","pnas\_final" and "pnas\_sub"; "/Users/thing" contains "backup"; and"/Users/thing/backup" contains "2012-12-01", "2013-01-08" and"2013-01-27"'} +![](fig/filesystem-challenge.svg){alt='A directory tree below the Users directory where "/Users" contains the directories "backup" and "thing"; "/Users/backup" contains "original","pnas\_final" and "pnas\_sub"; "/Users/thing" contains "backup"; and"/Users/thing/backup" contains "2012-12-01", "2013-01-08" and"2013-01-27"'} ::::::::::::::: solution @@ -741,7 +741,7 @@ what command(s) will result in the following output: pnas_sub/ pnas_final/ original/ ``` -![](fig/filesystem-challenge.svg){alt='A directory tree below the Users directory where "/Users" contains thedirectories "backup" and "thing"; "/Users/backup" contains "original","pnas\_final" and "pnas\_sub"; "/Users/thing" contains "backup"; and"/Users/thing/backup" contains "2012-12-01", "2013-01-08" and"2013-01-27"'} +![](fig/filesystem-challenge.svg){alt='A directory tree below the Users directory where "/Users" contains the directories "backup" and "thing"; "/Users/backup" contains "original","pnas\_final" and "pnas\_sub"; "/Users/thing" contains "backup"; and"/Users/thing/backup" contains "2012-12-01", "2013-01-08" and"2013-01-27"'} 1. `ls pwd` 2. `ls -r -F`