Open ThibautHH opened 1 year ago
Execute a sequence of commands inside a sub-shell when encased in pathenses (()).
()
> pwd /etc > ( cd ; pwd ) ; pwd /home/user /etc >
Sub-shell execution
Execute a sequence of commands inside a sub-shell when encased in pathenses (
()
).Example