greycat 1238008893 learn cmd1 && cmd2 ## cmd1 is executed, and then if its exit status was 0 (true), cmd2 is executed. See http://mywiki.wooledge.org/BashGuide/TheBasics/TestsAndConditionals yitz_ 1267999530 forget yitz_ 1267999536 learn cmd1 && cmd2 ## cmd1 is executed, and then if its exit status was 0 (true), cmd2 is executed. See http://mywiki.wooledge.org/BashGuide/TestsAndConditionals lhunath 1372353339 forget lhunath 1372353346 learn #redirect ||