If the redirection operator is -, then all leading tab characters are stripped from input lines and the line containing delimiter.
Si el operador de redirección es -, entonces se quitan de las líneas de la entrada todos los caracteres de tabulación iniciales, así como de la línea que contiene delimitador.
If the redirection operator is >, and the noclobber option to the set builtin has been enabled, the redirection will fail if the file whose name results from the expansion of word exists and is a regular file.
Si el operador de redirección es >, y la opción noclobber de la orden interna set ha sido activada, la redirección fallará si el nombre de fichero resultante de la expansión de palabra existiera y fuera un fichero regular.
The append redirection operator () redirects the output to the services.txt file, where it is added to the end of the existing file.
El operador de redirección para anexar () redirige la salida al archivo services.txt, donde se agrega al final del archivo existente.
You can use this cmdlet instead of the redirection operator (>) when you need to use its parameters.
Puede usar este cmdlet en lugar del operador de redirección (>) cuando necesite usar sus parámetros.
If the first character of the redirection operator is >, the redirection refers to the standard output (file descriptor 1).
Si el primer carácter del operador de redirección es >, la redirección se refiere a la salida estándar (descriptor de fichero 1).
In the following descriptions, if the file descriptor number is omitted, and the first character of the redirection operator is '<', the redirection refers to the standard input (file descriptor 0).
En las descripciones siguientes, si se omite el número del descriptor de fichero, y el primer carácter del operador de redirección es <, la redirección se refiere a la entrada estándar (descriptor de fichero 0).
By default, it is the screen, i.e., STDOUT, but you can redirect it to any file by using redirection operator
Por defecto, es la pantalla, es decir, la salida estándar, pero se puede redirigir a cualquier archivo utilizando operador de redirección
Now let us redirect some contents into it using AWK's redirection operator.
Ahora vamos a redirigir algunos de los contenidos en ella usando operador de redirección de AWK.
You can also use the Out-File cmdlet or the redirection operator, both of which save the output in a file but do not send it down the pipeline.
También puede utilizar el cmdlet Out-File o el operador de redirección, que guardan el resultado en un archivo pero no lo envían a través de la canalización.
Use this option over the command line redirection operator (>) to save data in UTF-8 format and to preserve non-English characters.
Utilice esta opción en lugar del operador de redirección de la línea de comandos (>) para guardar datos en formato UTF-8 y conservar los caracteres no presentes en el alfabeto inglés.
The following command uses the redirection operator to save the results of the job in the $job variable in the Results.txt file.
El comando siguiente utiliza el operador de redirección para guardar en el archivo Results.txt los resultados del trabajo contenido en la variable $job.
The command also uses the redirection operator (>) to send the resulting HTML to a file named Proc.htm.
También utiliza el operador de redirección (>) para enviar la página HTML resultante a un archivo denominado Proc.htm.
The command uses a redirection operator (>) to send the output to the Services.htm file.
El comando utiliza un operador de redirección (>) para enviar el resultado al archivo Services.htm.