diff --git a/docs/books/admin_guide/03-commands.md b/docs/books/admin_guide/03-commands.md index ece5431122..046ba6a285 100644 --- a/docs/books/admin_guide/03-commands.md +++ b/docs/books/admin_guide/03-commands.md @@ -892,7 +892,7 @@ Example 2 - Displaying the contents of multiple files to standard output: $ cat /etc/passwd /etc/group ``` -Example 3 - Displaying the contents of several files in the file `usersAndGroups.txt`: +Example 3 - Combining the contents of multiple files into one file using output redirection: ```bash $ cat /etc/passwd /etc/group > usersAndGroups.txt