Что означает "-d" в xargs -d [закрыто]

¿Hay alguna opción en el BIOS que le permita seleccionar el adaptador de pantalla predeterminado?

Creo que necesita hacer que nvidia sea el adaptador de video predeterminado del sistema, aquí está cómo hacerlo.

-4
21.02.2018, 00:14
1 ответ

deman xargs:

--delimiter=delim
-d delim

Input items are terminated by the specified character. Quotes and backslash are not special every character in the input is taken literally. Disables the end-of-file string, which is treated like any other argument. This can be used when the input consists of simply newline-separated items, although it is almost always better to design your program to use --null where this is possible. The specified delimiter may be a single character, a C-style character escape such as \n, or an octal or hexadecimal escape code. Octal and hexadecimal escape codes are understood as for the printf command. Multibyte characters are not supported.

Tome nota de los comentarios a la pregunta y tómelos en serio. Esta respuesta se puede encontrar fácilmente consultando su propia página man, o usando su motor de búsqueda favorito para buscar una versión en línea -de la página man, o buscando man xargs -d.

1
28.01.2020, 05:20

Теги

Похожие вопросы