Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams.
Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ifIf I have sth.something like:
echo 1 2 3 4 5 6
or
echo man woman child
what do I have to put behind the pipe to pick out one element of 1 2 3 4 5 61 2 3 4 5 6 or man woman child man woman child?
1 2 3 4 5 6
man woman child
echo 1 2 3 4 5 6 | command 3
if I have sth. like
what do I have to put behind the pipe to pick out one element of 1 2 3 4 5 6 or man woman child ?
If I have something like:
what do I have to put behind the pipe to pick out one element of 1 2 3 4 5 6 or man woman child?