Sponsored Content
Full Discussion: Whence
Top Forums UNIX for Dummies Questions & Answers Whence Post 302924965 by junior-helper on Thursday 13th of November 2014 08:43:57 AM
Old 11-13-2014
From man ksh:
Code:
       whence [ -afpv ] name ...
              For each name, indicate how it would be interpreted if used as a
              command name.
              The -v option produces a more verbose  report.   The  -f  option
              skips  the  search  for  functions.   The  -p option does a path
              search for name even if name is  an  alias,  a  function,  or  a
              reserved  word.   The -p option turns off the -v option.  The -a
              option is similar to the -v option but  causes  all  interpreta‐
              tions of the given name to be reported.

Examples:
Code:
$ whence -v whence
whence is a shell builtin
$ whence -v ksh
ksh is a tracked alias for /usr/bin/ksh
$ whence -v type
type is an alias for 'whence -v'
$

 
tpm_nvinfo(8)															     tpm_nvinfo(8)

NAME
tpm_nvinfo SYNOPSIS
tpm_nvinfo [OPTIONS] DESCRIPTION
tpm_nvinfo displays information about defined NVRAM areas. The user may restrict it to display only a single NVRAM area by providing an index or may choose ton only list available NVRAM areas indices without displaying the NVRAM areas' detailed information. The following options are supported: -h, --help Display command usage info. -v, --version Display command version info. -l, --log [none|error|info|debug] Set logging level. -i, --index (optional parameter) Only display the NVRAM area with the given index. If this option is not provided all NVRAM areas will be displayed. -n, --list-only (optional parameter) Only display the defined NVRAM areas' indices. SEE ALSO
tpm_nvdefine(8), tpm_nvread(8), tpm_nvwrite(8), tpm_nvrelease(8) REPORTING BUGS
Report bugs to <trousers-users@lists.sourceforge.net> TPM Management 2011-07-07 tpm_nvinfo(8)
All times are GMT -4. The time now is 04:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy