Re[41]: Java vs C# vs C++
От: Evgeny.Panasyuk Россия  
Дата: 04.10.15 16:34
Оценка:
Здравствуйте, Klikujiskaaan, Вы писали:

EP>>А вот это: values | filtered(_1 > 5) | transformed(_1 * 111) — лаконичные пайпы известные всем по работе с консолью

K>Кто такие все? Ты про Шеридана и его клуб анонимных любителей линукса?

ВНЕЗАПНО:
C:\Windows\system32>dir | sort

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/redirection.mspx?mfr=true

Using the pipe operator (|)

The pipe operator (|) takes the output (by default, STDOUT) of one command and directs it into the input (by default, STDIN) of another command. For example, the following command sorts a directory:

dir | sort

In this example, both commands start simultaneously, but then the sort command pauses until it receives the dir command's output. The sort command uses the dir command's output as its input, and then sends its output to handle 1 (that is, STDOUT).

Отредактировано 04.10.2015 16:34 Evgeny.Panasyuk . Предыдущая версия .
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.