From e44e35150c7a0f3c16da2c792a8441ea0348e60b Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 26 Mar 2016 09:39:08 -0500 Subject: [PATCH] Use the command name version --- unix/command-line-length-limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/command-line-length-limitations.md b/unix/command-line-length-limitations.md index dc54a4e..445639c 100644 --- a/unix/command-line-length-limitations.md +++ b/unix/command-line-length-limitations.md @@ -1,6 +1,6 @@ # Command Line Length Limitations -The other day I tried to run a remove command on the contents of a directory +The other day I tried to run a `rm` command on the contents of a directory with a **LOT** of files. ```