Skip to content

Commit b82f100

Browse files
authored
Updating based on feedback from @jas58
1 parent 9dfb9e4 commit b82f100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/02-filedir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ home directory, which we assume is the current working directory of your bash sh
410410
### OneDrive Variations
411411

412412
If a Windows machine is backed up with OneDrive, your Desktop may
413-
be rendered from a folder within OneDrive, which will not match the contents of `~/Desktop`.
413+
have been moved within OneDrive and you will get an error when you try `ls -F Desktop`.
414414
The OneDrive desktop should be accessible using one of the following commands
415415
(if the name of the enterprise/org isn't clear, look through the output of `ls` to find
416416
the right folder):
@@ -420,7 +420,7 @@ If a Windows machine is backed up with OneDrive, your Desktop may
420420
$ cd "C:/Users/Username/OneDrive - Name Of Enterprise/Desktop"
421421
```
422422

423-
Note: The quotation marks are needed since the Unix shell interprets spaces to be meaningful separators between files/commands/options.
423+
Note: The quotation marks are needed for this folder because the Unix shell interprets spaces to be meaningful separators between files/commands/options but this folder has spaces in the name.
424424

425425
::: instructor
426426

0 commit comments

Comments
 (0)