Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gvfs-tree(1) [opensolaris man page]

gvfs-tree(1)							   User Commands						      gvfs-tree(1)

NAME
gvfs-tree - list contents of directories in a tree-like format using the VFS system SYNOPSIS
gvfs-tree [-h] [-l] URI DESCRIPTION
gvfs-tree lists contents of directories in a tree-like format using the VFS system. OPTIONS
The following options are supported: -h Show hidden files -l Follow symlinks, mounts and shortcuts like directoties EXAMPLES
Example 1: List the content of a local directory example% gvfs-tree file:///usr/bin/ Example 2: List the content of a remote directory example% gvfs-tree smb://server/resource/ ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables: NLSPATH. EXIT STATUS
The exit value 0 is returned regardless of success or failure. FILES
The following files are used by this application: /usr/bin/gvfs-tree Executable to list contents of directories in a tree-like format using the VFS system ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-gvfs | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
gvfs-copy(1), gvfs-cat(1), gvfs-less(1), gvfs-info(1), gvfs-mkdir(1) gvfs-monitor-dir(1), gvfs-monitor-file(1), gvfs-mount(1), gvfs- move(1), gvfs-rename(1), gvfs-open(1), gvfs-rm(1), gvfs-save(1), gvfs-trash(1), gvfs-ls(1), attributes(5), environ(5) NOTES
Written by Alvaro Lopez Ortega, Sun Microsystems Inc., 2008. SunOS 5.11 25 Mar 2008 gvfs-tree(1)

Check Out this Related Man Page

gobject-query(1)						   User Commands						  gobject-query(1)

NAME
gobject-query - displays information about gobject types SYNOPSIS
gobject-query qualifier [-r type] [ -i | -b ""] [-s #] [-n] [-h] DESCRIPTION
gobject-query can be used to display the different types of gobjects provided by the glib library OPTIONS
The following options are supported: -b Specifies the indent string. This option only applies to the output layout. -h Displays a help message about the gobject-query command, and the options that you can use with the gobject-query command. -i Specifies an incremental indent string. This option only applies to the output layout. -n Specifies that gobject-query should not descend the type tree. This means that derived types are not displayed. -r Specifies the root type, for example, GObject, GParam. -s Specifies the line spacing. This option only applies to the output layout. OPERANDS
The following operands are supported: qualifier The following qualifiers are supported: froots Iterates over the fundamental root tree Prints the type tree EXAMPLES
Example 1: Displaying All Types Provided by glib and Derived from GParam example% gobject-query tree GParam Example 2: Changing the Output Layout example% gobject-query froots | `void | `void | `void | `void | `GInterface | `GTypePlugin example% gobject-query froots -b foo foo| foo`void foo| foo`void foo| foo`void foo| foo`void foo| foo`GInterface example% gobject-query froots -s 5 | | | | | `void | | | | | `void | | | | | `void ... ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of gobject-query: NLSPATH. EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gobject-query The command-line executable for the application. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs-devel | +-----------------------------+-----------------------------+ |Interface stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
The pango documentation can be found at the following URL: file:///usr/share/gnome/devel-doc/pango NOTES
Written by Erwann Chenede, Sun Microsystems Inc., 2003. SunOS 5.10 8 Apr 2003 gobject-query(1)
Man Page