Home
Theory
News
Documentation
Download
Bio
Command grouping is accomplished in mpsh with square brackets. The sequence between the brackets is executed in a sub-shell.

mpsh$ [ cd src ; tar cf - . ] | [ cd /backup/src ; tar xf - ]