docs: Remove a table

This was html, and I don't think it helped all that much, so let's
remove it instead of translating to rst.

[ci skip]
This commit is contained in:
Fabian Homborg 2019-03-31 11:56:12 +02:00
parent eb3bbb1360
commit 6c234a7385

View file

@ -101,11 +101,6 @@ Arguments → Program → Return Values
- the arguments become options or switches paired with data: the switches influence the behaviour of the command
- the return value shrinks to an **exit code**: this exit code is 0 when the command executes normally and between 1 and 255 otherwise.
<table with=100%>
<tr><td>Input Stream &rArr;<td rowspan="2">|Shell Command|<td>&rArr; Output Stream
<tr><td>switch and data as arguments →<td>→ exit code
</table>
This leads to another way of programming and especially of combining commands:
There are two ways to combine shell commands: