Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hal-get-property(1) [mojave man page]

HAL-GET-PROPERTY(1)					      General Commands Manual					       HAL-GET-PROPERTY(1)

NAME
hal-get-property - get a property from a device object SYNOPSIS
hal-get-property [options] DESCRIPTION
hal-get-property retrieves a property from a device object in the HAL device database. For more information about both the big picture and specific HAL properties, refer to the HAL spec which can be found in /usr/share/doc/hal-doc/spec/hal-spec.html depending on the distribu- tion. OPTIONS
The following options are supported: --udi The UDI (Unique Device Identifier) of the device object. --key The name of the property. --hex Show int32/uint64 values in hex (without a leading 0x). --verbose Verbose output. --help Print out usage. --version Print the version. RETURN VALUE
If both the property and device object exists the value of the property is printed on stdout and the program will exit with exit code 0. Otherwise the exit code will be non-zero. BUGS
Please send bug reports to either the distribution or the HAL mailing list, see http://lists.freedesktop.org/mailman/listinfo/hal on how to subscribe. SEE ALSO
hald(8), lshal(1), hal-set-property(1), hal-find-by-property(1), hal-find-by-capability(1) AUTHOR
Written by David Zeuthen <david@fubar.dk> with a lot of help from many others. HAL-GET-PROPERTY(1)

Check Out this Related Man Page

HAL-GET-PROPERTY(1)					      General Commands Manual					       HAL-GET-PROPERTY(1)

NAME
hal-get-property - get a property from a device object SYNOPSIS
hal-get-property [options] DESCRIPTION
hal-get-property retrieves a property from a device object in the HAL device database. For more information about both the big picture and specific HAL properties, refer to the HAL spec which can be found in /usr/share/doc/hal-doc/spec/hal-spec.html depending on the distribu- tion. OPTIONS
The following options are supported: --udi The UDI (Unique Device Identifier) of the device object. --key The name of the property. --hex Show int32/uint64 values in hex (without a leading 0x). --verbose Verbose output. --help Print out usage. --version Print the version. RETURN VALUE
If both the property and device object exists the value of the property is printed on stdout and the program will exit with exit code 0. Otherwise the exit code will be non-zero. BUGS
Please send bug reports to either the distribution or the HAL mailing list, see http://lists.freedesktop.org/mailman/listinfo/hal on how to subscribe. SEE ALSO
hald(8), lshal(1), hal-set-property(1), hal-find-by-property(1), hal-find-by-capability(1) AUTHOR
Written by David Zeuthen <david@fubar.dk> with a lot of help from many others. HAL-GET-PROPERTY(1)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

converting hex to ascii

Hi everyone! I was wondering if anyone knows how to change hex code back into ascii. when i process a form: " / " turn to " %2F " " @ " turns to " %40 " " ' " turns to " %27 " " ( " turns to " %28 " " ) " turns to " %29 " this is my code so far: order.txt thanks, primal p.s.... (1 Reply)
Discussion started by: primal
1 Replies

2. UNIX for Dummies Questions & Answers

Scp from local to external directory

Hi, I am trying to copy a whole directory from my home /RUN1 to the external directory jorgensen@hal.oerc.ox.ac.uk:/home/compchem/jorgensen/simulations The command I have used is: scp -r jorgensen@hal.oerc.ox.ac.uk:/home/compchem/jorgensen/simulations The error message I get is: ... (5 Replies)
Discussion started by: chrisjorg
5 Replies

3. Shell Programming and Scripting

Reading a property file from another script

(6 Replies)
Discussion started by: SANKALP
6 Replies