Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Index] [Next]

pwd

Print working directory name (POSIX)

Syntax:

pwd

Options:

None.

Description:

The pwd utility writes the pathname of the current working directory to the standard output.

The pwd command is available both as a shell alias (equivalent to print "$PWD"), and as a standalone utility. For information about the builtin pwd command, see ksh. To make sure you use the executable, specify the full path.

Exit status:

0
Successful completion.
>0
An error occurred.

See also:

cd (builtin ksh command), fullpath, ksh, ls


[Previous] [Contents] [Index] [Next]