From 0ba869a5fcaabdae569b28097111b2741c32a979 Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Thu, 21 Jan 2016 13:12:53 +0100 Subject: [PATCH] Formatted find page --- pages/common/find.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/find.md b/pages/common/find.md index 102e95d9f..719de9476 100644 --- a/pages/common/find.md +++ b/pages/common/find.md @@ -26,10 +26,10 @@ `find {{root_path}} -name {{'*.py'}} -mtime {{-180d}} -delete` -- find empty files or directories +- Find empty files or directories: `find {{root_path}} -empty` -- find files matching more than one search criteria +- Find files matching more than one search criteria: -`find {{root_path}} -name {{'*.py'}} -or -name {{'*.rb'}} +`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r}}`