can i do multiple things in one command on linux?

Posted by Jason94 on Stack Overflow See other posts from Stack Overflow or by Jason94
Published on 2010-04-29T10:59:16Z Indexed on 2010/04/29 11:07 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

Im testing something where im compiling some code and analysing output with a perl script.

So first i run make, manually copy&paste the output to errors.txt and then running my perl script (running: perl analysis.pl) in terminal.

Is there away I can do this just with one line in bash?

© Stack Overflow or respective owner

Related posts about linux

Related posts about bash