perl script_one.pl file.txt perl script_two.pl
perl script_three.pl command file_one.log file_two.log a perl one liner for example perl -lpe 's/\s*$//' How could i combine all the above in a bash script? i work on an ubuntu 16.04 machine I have tried with the && in linux, but i got errors Thank you in advance for any help