+1 vote
in Linux by
What is command grouping?

1 Answer

0 votes
by

We can redirect a command from a file or to a file. It is usually done with the help of braces or parenthesis. When the command is grouped then redirection is done to the whole group.

The command is executed by the current shell when we use the braces () and in case we have to execute a command by a subshell then we use parenthesis {}.

Related questions

0 votes
asked Apr 4, 2022 in SAP S/4HANA ‘Procure to Pay’ by sharadyadav1986
+2 votes
asked Jun 30, 2021 in Apache Storm by rajeshsharma
...