how to pass result to next command linux terminal

The Stanliest Stanley answered on January 6, 2023 Popularity 1/10 Helpfulness 8/10

Contents


More Related Answers


how to pass result to next command linux terminal

1

To pass result of one command to another use "|":

The command above will at first list all files at folder /etc. Then it will pass it to grep command which shows only files including "sys" in their name.


Expected result:

Popularity 1/10 Helpfulness 8/10 Language javascript
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Jan 06 2023
The Stanliest Stanley
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.