Vertaling van "comando sort" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
El texto que genera el comando está filtrado por el comando sort para que la salida sea más legible.
The text that is generated by the command is filtered by the sort command to make the output more readable.
El comando xargs alimenta el ls -al y la secuencia de comandos siguiente es para tomar solamente el 3er campo (dueño) y clasificarlo devolviendo solamente una vez cada dueño (opción -u del comando sort, que equivale al comando uniq).
The xargs command feeds the ls -al and the following command sequence is to get only the 3rd field (owner) and sort it returning only once each owner (option -u of the sort command, which equivalent to the uniq command). Xargs options
En este caso se recomienda la instalación del paquete textutils de GNU y asegúrese que se utiliza el comando sort de este paquete.
In this case we recommend to install the textutils package of GNU and be sure that the sort command that you use is the textutils one.
Si se genera un diccionario de un tamaño mucho mayor es debido al comando sort que se ha utilizado (este problema se ha detectado en Solaris 2.7).
If you get a size much bigger, probably it is due to the sort command of the operating system (Solaris 2.7 has this problem).
Una vez que una medida es declarada favorito, las unidades se pueden ordenar alfabéticamente o por valor seleccionando comando sort desde el menú Personalizar.
Once a measure is declared favorite, units can be sorted alphabetically or by value by selecting sort command from the Customize menu.
Al igual que en SQL, Mongo ofrece el comando sort.
Similar to SQL, Mongo provides the sort command.
Es necesario utilizar este parámetro en lugar de -h porque si no el comando sort -n no ordenaría la lista del modo que nosotros esperamos.
You must use this parameter instead of -h otherwise sort -n command will not sort the list the way you expect.