Chain of commands and operations

suggest change

Versions

[{“Name”:“2.0”,“GroupName”:null},{“Name”:“2.02”,“GroupName”:null},{“Name”:“2.03”,“GroupName”:null},{“Name”:“2.04”,“GroupName”:null},{“Name”:“2.05b”,“GroupName”:null},{“Name”:“3.0”,“GroupName”:null},{“Name”:“3.1”,“GroupName”:null},{“Name”:“3.2”,“GroupName”:null},{“Name”:“4.0”,“GroupName”:null},{“Name”:“4.1”,“GroupName”:null},{“Name”:“4.2”,“GroupName”:null},{“Name”:“4.3”,“GroupName”:null},{“Name”:“4.4”,“GroupName”:null}]

Introduction

There are some means to chain commands together. Simple ones like just a ; or more complex ones like logical chains which run depending on some conditions. The third one is piping commands, which effectively hands over the output data to the next command in the chain.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents