From 1c12cd184643ddff686a88195c16eb0c61a48fa2 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 26 Aug 2015 10:45:36 -0500 Subject: [PATCH] Fix a typo in the latest til. --- zsh/find-newer-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/find-newer-files.md b/zsh/find-newer-files.md index 595e772..d016ef1 100644 --- a/zsh/find-newer-files.md +++ b/zsh/find-newer-files.md @@ -1,7 +1,7 @@ # Find Newer Files -Use the `-newer` flag with the name of a file to find files that have a new -modification date than the named file. +Use the `-newer` flag with the name of a file to find files that have a +newer modification date than the named file. For instance,