31 lines
842 B
Groff
Executable file
31 lines
842 B
Groff
Executable file
.TH PWD 1
|
|
.SH PWD
|
|
pwd \- print working directory path
|
|
.SH SYNOPSIS
|
|
.B pwd
|
|
[\fB\-L\fR|\fB\-P\fR]
|
|
.SH DESCRIPTION
|
|
.B pwd
|
|
writes the pathname of the current working directory to
|
|
standard output.
|
|
.SH OPTIONS
|
|
.TP
|
|
.BR \-L
|
|
Retains any symbolic links in the current pathname. For instance,
|
|
if "a" is a symbolic link to "b", then "a" will be the name shown
|
|
if "a" was used in navigating to the current directory.
|
|
.TP
|
|
.BR \-P
|
|
Removes any symbolic links and shows the physical pathname. For
|
|
instance, if "a" is a symbolic link to "b", then "b" will be the
|
|
name shown, even if "a" was used in navigating to the current
|
|
directory
|
|
.SH AUTHOR
|
|
Written by Kat
|
|
.SH COPYRIGHT
|
|
Copyright (C) 2019 Katlynn Richey
|
|
.PP
|
|
This software is free software. Feel free to modify it and/or pass
|
|
it around.
|
|
.PP
|
|
This \fBpwd\fR implementation is a part of the fenutils package.
|