El comando print es usado para imprimir texto.
Los índices de matriz siguientes son válidos para la utilización con el comando print.
The following array indexes are valid for use with the print command.
Si bien el comando print de awk es suficiente la mayoría de las veces, en ocasiones necesitaremos algo más.
While awk's print statement does do the job most of the time, sometimes more is needed.
Como lo que queremos es mostrar nuestro resultado necesitamos el comando print, con su ayuda mostremos primero la parte de s.
Since we want to print our result out, we need the print statement, and let's print our s part first.
Habrás visto que en esta sección hemos usado el comando print de varias formas.
You must have noticed that in this section we used the print command in several ways.
Después del comando print hay un par de paréntesis ().
After the print command are a set of parentheses ().
Entonces obtendrás una descripción más larga y completa de todo lo que el comando print puede hacer.
You'll get a long and complete description of everything the print command can do.
En awk, cuando un comando print aparece solo, se imprime todo el contenido de la línea.
In awk, when a print command appears by itself, the full contents of the current line are printed.
Después, cuando construyamos funciones, será muy común incluir el comando print dentro de tu
Later when we build functions, it would be fairly common to include a print command within your
Después de eliminar la partición, use el comando print para confirmar que ha sido eliminada de la tabla de particiones.
After removing the partition, use the print command to confirm that it is removed from the partition table.
Los comandos siguientes muestran que se puede utilizar el punto (.) con el comando print para especificar variables en objetos.
The following commands demonstrate that you can use dot notation with the print command to specify variables within objects.
Si una clase extiende otra clase, el comando print muestra los campos de la clase especificada y de la clase base.
If a class extends another class, the print command shows both the specified class's fields and the base class's fields.
Los siguientes índices de matriz no son válidos para la utilización con el comando print, porque el índice de matriz no es una expresión simple.
The following array indexes are not valid for use with the print command, because the array index is not a simple expression.