- Brug af kommandoen 'pwd':
```
#!/bin/bash
pwd
- Brug af `echo $PWD` variabel:
ekko $PWD
Forrige : Hvad gør ls-kommandoen i Linux?