Skip to content

Commit f67e89f

Browse files
let's see what happens if we run pwd on this site
1 parent ca44875 commit f67e89f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

hsf-training-unix-shell/02-filedir.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@ our **current working directory**. Commands mostly read and write files in the
4545
current working directory, i.e. 'here', so knowing where you are before running
4646
a command is important. `pwd` shows you where you are:
4747

48-
```bash
49-
$ pwd
50-
```
51-
52-
```output
53-
/Users/nelle
48+
```{code-cell} bash
49+
! pwd
5450
```
5551

5652
Here,

0 commit comments

Comments
 (0)