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,