1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-04 23:58:01 +00:00

Fix a typo in the latest til.

This commit is contained in:
jbranchaud
2015-08-26 10:45:36 -05:00
parent 04ac7798b3
commit 1c12cd1846

View File

@@ -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,