sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

pwd.1 (531B)


      1 .Dd 2015-10-08
      2 .Dt PWD 1
      3 .Os sbase
      4 .Sh NAME
      5 .Nm pwd
      6 .Nd print working directory
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Fl L | Fl P
     10 .Sh DESCRIPTION
     11 .Nm
     12 prints the path of the current working directory.
     13 .Sh OPTIONS
     14 .Bl -tag -width Ds
     15 .It Fl L
     16 Logical path, uses $PWD.
     17 This is the default.
     18 .It Fl P
     19 Physical path, avoids all symlinks.
     20 .El
     21 .Sh ENVIRONMENT
     22 .Bl -tag -width PWD
     23 .It Ev PWD
     24 The logical path to the current working directory.
     25 .El
     26 .Sh SEE ALSO
     27 .Xr getcwd 3
     28 .Sh STANDARDS
     29 The
     30 .Nm
     31 utility is compliant with the
     32 .St -p1003.1-2013
     33 specification.