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]

fullpath

Display network-qualified pathnames (QNX)

Syntax:

fullpath [-v] [name...]

Options:

-v
Write verbose output, in this form:
name is qualified_path
  

By default, fullpath displays only the fully qualified name.

name
A filename.

Description:

The fullpath utility resolves all prefixes and symbolic links to display a fully qualified network path for each filename you specify. If no names are given, fullpath displays the full pathname of the current working directory.

Examples:

$ fullpath -v /usr/bin/CC
/usr/bin/CC is /usr/bin/qcc

Exit status:

0
Successful completion.
>0
An error occurred.

See also:

basename, dirname


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