From 883d73cd09ab80c72150ed3bc58213fc2debaa93 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Wed, 1 Mar 2023 19:51:45 +0000 Subject: [PATCH] docs(better-cat): prettier --- subjects/devops/better-cat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/better-cat/README.md b/subjects/devops/better-cat/README.md index 36e02af39..439843dce 100644 --- a/subjects/devops/better-cat/README.md +++ b/subjects/devops/better-cat/README.md @@ -8,7 +8,7 @@ The script should accept any number of filenames as arguments, and it should pri The script should also support the following options: -- `-c`: If this option is provided, the script should exclude all lines that begin with the # character. +- `-c`: If this option is provided, the script should exclude all lines that begin with the # character. - `-l`: If this option is provided, the script should print the length of the line before each line of output. - `-r`: If this option is provided, the script should print a summary line at the end of the output, indicating the total number of lines in the file and the count of characters in the lines printed.