summaryrefslogtreecommitdiff
path: root/pwdx.1
diff options
context:
space:
mode:
authoralbert <>2004-10-16 07:59:02 +0000
committeralbert <>2004-10-16 07:59:02 +0000
commit92ba425ed6c1121f70b740eb5314825e7ca9a644 (patch)
tree37bbd976491bc926e5b6699e5f81845416ea3dc0 /pwdx.1
parent6ec1cff34273971e7aa2b2439d536dc2c9f03264 (diff)
downloadprocps-ng-92ba425ed6c1121f70b740eb5314825e7ca9a644.tar.gz
new pwdx command
Diffstat (limited to 'pwdx.1')
-rw-r--r--pwdx.137
1 files changed, 37 insertions, 0 deletions
diff --git a/pwdx.1 b/pwdx.1
new file mode 100644
index 0000000..728157d
--- /dev/null
+++ b/pwdx.1
@@ -0,0 +1,37 @@
+'\" t
+.\" (The preceding line is a note to broken versions of man to tell
+.\" them to pre-process this man page with tbl)
+.\" Man page for pwdx
+.\" Licensed under version 2 of the GNU General Public License.
+.\" Copyright 2004 Nicholas Miell.
+.\" Based on the pmap(1) man page by Albert Cahalan.
+.\"
+.TH PWDX 1 "September 8, 2004" "Linux" "Linux User's Manual"
+.SH NAME
+pwdx \- report current working directory of a process
+
+.SH SYNOPSIS
+.nf
+pwdx pids...
+pwdx -V
+.fi
+
+.SH DESCRIPTION
+The pwdx command reports the current working directory of a process or
+processes.
+
+.SH "GENERAL OPTIONS"
+.TS
+l l l.
+-V show version Displays version of program.
+.TE
+
+.SH "SEE ALSO"
+ps(1) pgrep(1)
+
+.SH STANDARDS
+No standards apply, but pwdx looks an awful lot like a SunOS command.
+
+.SH AUTHOR
+Nicholas Miell <nmiell@gmail.com> wrote pwdx in 2004. Please send bug
+reports to <procps-feedback@lists.sf.net>.