Redirecting multiple commands to the same file
suggest change{
echo "contents of home directory"
ls ~
} > output.txt
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
{
echo "contents of home directory"
ls ~
} > output.txt