From 9a507a6bd0c21a55a6a7a0e93cb7412569c08cce Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 20 Oct 2023 19:06:42 +0300 Subject: [PATCH] . --- coreutils/wc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/wc.c b/coreutils/wc.c index 0056723..d129222 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -90,7 +90,7 @@ int main(const int argc, const char **argv) { if (i == argc) { count(STDIN_FILENO); - print_count("total", tlines, twords, tbytes); + print_count("", lines, words, bytes); } for (; i < argc; i++) {