logo

utils-std

Collection of commonly available Unix tools
commit: 417d5d8c821c9f3a90b8eb9e9f47929b99340d7b
parent aa5de3437974e73bf8c27f2146e43a133b3a7599
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 16 Mar 2024 21:08:12 +0100

cmd/pwd.1: new

Diffstat:

Acmd/pwd.125+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/cmd/pwd.1 b/cmd/pwd.1 @@ -0,0 +1,25 @@ +.\" utils-std: Collection of commonly available Unix tools +.\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> +.\" SPDX-License-Identifier: MPL-2.0 +.Dd 2024-03-16 +.Dt PWD 1 +.Os +.Sh NAME +.Nm pwd +.Nd print working directory +.Sh SYNOPSIS +.Nm +.Sh DESCRIPTION +.Nm +prints the full path of the current working directory. +.Sh EXIT STATUS +Zero. +.Sh SEE ALSO +.Xr getcwd 3 +.Sh STANDARDS +.Nm +is compliant with the +.St -p1003.1-2008 +specification. +.Sh AUTHORS +.An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me