Published
- 1 min read
find current working directory bash
The solution for this is noted below
find current working directory bash
Solution
$ echo "$PWD"
/home/terdon
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
$ echo "$PWD"
/home/terdon
Try other methods by searching on the site. That is if this doesn’t work