From a2f7ff0117adceccf468eba2ea8a002004fad553 Mon Sep 17 00:00:00 2001 From: judah <110691619+daultimateboss85@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:47:05 +0000 Subject: [PATCH] Update 03-create.md Fixed a typo. "*.pdf" is wrongly said to be all files ending with ".pdb" instead of ".pdf" --- episodes/03-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/03-create.md b/episodes/03-create.md index 980a00b40..83f22fc9f 100644 --- a/episodes/03-create.md +++ b/episodes/03-create.md @@ -755,7 +755,7 @@ list of matching filenames *before* running the preceding command. As an exception, if a wildcard expression does not match any file, Bash will pass the expression as an argument to the command as it is. For example, typing `ls *.pdf` in the `alkanes` directory -(which contains only files with names ending with `.pdb`) results in +(which contains only files with names ending with `.pdf`) results in an error message that there is no file called `*.pdf`. However, generally commands like `wc` and `ls` see the lists of file names matching these expressions, but not the wildcards