Dell Acceleration Appliances for Databases Guide de l'utilisateur Page 130

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 156
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 129
--order-with <function>
Sort the output, extracting the key with this function.
Example:
{$1 method}
--unique Remove duplicates from the results.
--where
or -w <function>
Filter by a function.
--where-not or -wn <function>
Keep where this function is false.
(See
help –-all for details on all other options.)
Arguments
values Collection of arguments to iterate on
function Function to execute
Examples
> each (seq 5) { echo $1 }
This loops over the numbers 1 through 5, printing each of them.
> each (drives) --where { $1 starts_with fi } { (drive:get $1) uuid }
This lists the IDs of drives whose ID starts with fi, and prints their
UUIDs.
> each (volumes -o) --where {($1 id) sw vol}
This lists volumes whose IDs start with vol.
shell:echo
Echoes or prints arguments, or sends them to the log.
Syntax
shell:echo [options] argument(s)
Options
--stderr Sends the output to the error stream.
--n Do not print the trailing newline character.
--log Send to the log.
130
Vue de la page 129
1 2 ... 125 126 127 128 129 130 131 132 133 134 135 ... 155 156

Commentaires sur ces manuels

Pas de commentaire