Forrest logo
back to context overview

pwd

List of commands for pwd:

  • pwd:tldr:67ee8 pwd: Print the current directory, and resolve all symlinks (i.e. show the "physical" path).
    $ pwd --physical
    try on your machine
    explain this command
  • pwd:tldr:84491 pwd: Print the current directory, and resolve all symlinks (i.e. show the "physical" path).
    $ pwd -P
    try on your machine
    explain this command
  • pwd:tldr:f98e4 pwd: Print the current logical directory.
    $ pwd --logical
    try on your machine
    explain this command
back to context overview