9 мая 2012 г. · 2>&1 simply says redirect standard error to standard output. & means whatever follows is a file descriptor, not a filename. What's difference between "2>1 > /dev/null" and "2>&1 >/dev/null"? How does cmd > /dev/null 2>&1 work? - Stack Overflow When do we use of "2>&1" in practice? - Stack Overflow What's the difference between ">/dev/null 2>&1" and "2>/dev/null >&2" Другие результаты с сайта stackoverflow.com |
Оператор > («больше чем»), переадресовывает вывод программы. /dev/null & выполнение в фоне. /dev/null && после выполнения без ошибок выполнить следующую коменду. |
По умолчанию, если Вы не указывете номер или явно указываете номер 1, Вы имеете дело с STDOUT. В данном случае, Вы видите, что команда выше переадресовывает ... |
16 авг. 2021 г. · It means that stderr ( 2 - containing error messages from the executed command or script) is redirected ( >& ) to stdout ( 1 - the output of the command) whats the diffrence between "command.sh > /dev/null 2>&1" vs ... dev/null and dev/null 2>&1? - php - Server Fault Другие результаты с сайта serverfault.com |
9 июн. 2020 г. · > /dev/null means redirect stdout to /dev/null (don't print it). 2> &1 means redirect stderr to stdout (which is already redirected to /dev/null ) ... CRON 2>&1 >/dev/null vs >/dev/null 2>&1 [duplicate] What does '>/dev/null 2>&1' mean in this article of crontab basics? Другие результаты с сайта unix.stackexchange.com |
15 окт. 2013 г. · Это один из стандартных способов сделать программу безмолвной. Команда в примере аналогична команде: cron job command >/dev/null 2>/dev/null. |
24 июл. 2020 г. · К примеру, у нас есть такая строчка: cron job command > /dev/null 2>&1. Перенаправление вывода. Оператор > («больше чем»), как в примере ... |
28 апр. 2023 г. · It's basically read and translated as "redirect the standard error to standard output, and redirect the standard output of command to /dev/null, so that both ... |
5 окт. 2022 г. · 2>&1 redirects standard error ( 2 ) to standard output ( 1 ), which then discards it as well since standard output has already been redirected. |
Используя дескриптор файла (1 и 2), мы можем перенаправить stdout и stderr в другие файлы. ... Используя перенаправление, мы можем сбросить весь вывод в пустоту. |
Novbeti > |
Axtarisha Qayit Anarim.Az Anarim.Az Sayt Rehberliyi ile Elaqe Saytdan Istifade Qaydalari Anarim.Az 2004-2023 |