WEBVTT

00:00.450 --> 00:03.620
You have already been running commands in the pipeline.

00:03.750 --> 00:07.880
Also you have probably been running just one command at a time.

00:07.980 --> 00:16.260
Such as get service run in multiple command pipelines is similar for example try around and get service

00:16.530 --> 00:19.610
Pipeline out file service list.

00:19.620 --> 00:21.780
DOT DOT takes two.

00:21.810 --> 00:24.360
That pipeline contains two commands.

00:24.360 --> 00:29.720
The output of get service is piped to out file command.

00:29.730 --> 00:35.170
One of the parameters of our file specifies the file name.

00:35.250 --> 00:42.720
The output should be sent to when you run that command not any process on the screen because our file

00:42.720 --> 00:47.420
itself does not generate any output in the pipeline.

00:47.550 --> 00:55.470
It does create a file on disk but because it doesn't explicitly write to the shell pipeline nothing

00:55.470 --> 00:58.040
is displayed on the screen.

00:58.110 --> 01:07.680
Please know that our file will create a new text file that has contents that match what would have otherwise

01:07.800 --> 01:17.250
appeared on the screen as an alternative windows power show lets you use the greater than symbol instead

01:17.460 --> 01:22.150
for example gets service greater then service list.

01:22.230 --> 01:29.310
That takes the real greatest service list in a text file that is named service list that.
