morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

pwd.1 (534B)


      1 .Dd November 23, 2014
      2 .Dt PWD 1 sbase\-VERSION
      3 .Os
      4 .Sh NAME
      5 .Nm pwd
      6 .Nd print working directory
      7 .Sh SYNOPSIS
      8 .Nm pwd
      9 .Op Fl LP
     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 (default).
     17 .It Fl P
     18 Physical path, avoids all symlinks.
     19 .El
     20 .Sh ENVIRONMENT
     21 .Bl -tag -width PWD
     22 .It Ev PWD
     23 The logical path to the current working directory.
     24 .El
     25 .Sh SEE ALSO
     26 .Xr getcwd 3
     27 .Sh STANDARDS
     28 The
     29 .Nm
     30 utility is compliant with the
     31 .St -p1003.1-2008
     32 specification.