mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 07:37:52 +00:00
Fix Savannah bug 60823: unescaped `@' in find.texi code example.
This commit is contained in:
parent
11576f4e6a
commit
70aede7af9
@ -4987,7 +4987,7 @@ It is possible to use the @samp{-printf} action to abandon the use of
|
||||
@code{test} entirely:
|
||||
|
||||
@smallexample
|
||||
newest=$(find subdir -newer timestamp -printf "%A@:%p\n" |
|
||||
newest=$(find subdir -newer timestamp -printf "%A@@:%p\n" |
|
||||
sort -n |
|
||||
tail -n1 |
|
||||
cut -d: -f2- )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user