From 1575aba044e3f702804e4491e33e4e9c84e94e99 Mon Sep 17 00:00:00 2001 From: Victorhck Date: Sat, 4 Sep 2021 20:16:33 +0200 Subject: [PATCH] chap21: fix header --- ch21_multiple_file_operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch21_multiple_file_operations.md b/ch21_multiple_file_operations.md index 7b5721e..a66d310 100644 --- a/ch21_multiple_file_operations.md +++ b/ch21_multiple_file_operations.md @@ -18,7 +18,7 @@ Practically speaking, you will probably only use one or two most of the time (I Learning eight commands might sound daunting. But in reality, these commands work similarly. After learning one, learning the rest will get easier. They all share the same big idea: make a list of their respective categories then pass them the command that you want to run. -### Argument List +## Argument List The argument list is the most basic list. It creates a list of files. To create a list of file1, file2, and file3, you can run: