diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-07-25 17:32:43 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-07-25 17:32:43 +0000 |
commit | 6a2b59f8a7dbe605fc389f15ba038fad31c8e066 (patch) | |
tree | 51b13bce9b9ffe6cbd82fb48838e5c75fee5bb3f /usr.bin/find | |
parent | c6c051e598b7e553b0e28ccb12780d33cd84399e (diff) | |
download | src-test2-6a2b59f8a7dbe605fc389f15ba038fad31c8e066.tar.gz src-test2-6a2b59f8a7dbe605fc389f15ba038fad31c8e066.zip |
Notes
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 009b5853d158..b395f3238b88 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -265,6 +265,10 @@ Optional may be passed to the utility. The expression must be terminated by a semicolon .Pq Dq Li \&; . +If you invoke +.Nm +from a shell you may need to quote the semicolon if the shell would +otherwise treat it as a control operator. If the string .Dq Li {} appears anywhere in the utility name or the |