doc: markup find as command role

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-12-11 15:20:37 +01:00
parent 0a0dd9d416
commit e84681d828
+2 -2
View File
@@ -64,8 +64,8 @@ The command that will eventually be executed by ``bash`` is:
This will *silently delete all the files below the current directory*, no This will *silently delete all the files below the current directory*, no
questions asked. Probably not what you expected. questions asked. Probably not what you expected.
This happens because ``find`` has the last word on how to interpret its arguments. This happens because :command:`find` has the last word on how to interpret its
For ``find``, the argument `-delete` is not a path. arguments. For :command:`find`, the argument :option:`-delete` is not a path.
Let's see how we can handle this particular case: Let's see how we can handle this particular case: