我想看看man page的說明時,
遇到了一點小狀況,
就是會有一堆Tag夾雜在文中,
實在有點礙眼,
不知是哪裡設錯了?
還是什麼東西漏裝了?
底下附上我man find的結果
FIND(1L) FIND(1L)
NAME
find - search for files in a directory hierarchy
SYNOPSIS
find [path...] [expression]
DESCRIPTION
This manual page documents the GNU version of find. find searches the
directory tree rooted at each given file name by evaluating the given
expression from left to right, according to the rules of precedence
(see section OPERATORS), until the outcome is known (the left hand side
is false for and operations, true for or), at which point find moves on
to the next file name.
The first argument that begins with <A1><A5>-<A1><A6>, <A1><A5>(<A1><A6>, <A1><A5>)
<A1><A6>, <A1><A5>,<A1><A6>, or <A1><A5>!<A1><A6> is taken
to be the beginning of the expression; any arguments before it are
paths to search, and any arguments after it are the rest of the expres-
sion. If no paths are given, the current directory is used. If no
expression is given, the expression <A1><A5>-print<A1><A6> is used.
find exits with status 0 if all files are processed successfully,
greater than 0 if errors occur.
EXPRESSIONS
The expression is made up of options (which affect overall operation