Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15387
| From | hk <hkadeveloper@gmail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Wrong command option in the manual examples |
| Date | 2019-09-21 10:24 +0800 |
| Message-ID | <mailman.677.1569032676.2190.bug-bash@gnu.org> (permalink) |
| References | <CAD0rTC6EHd5w5A6kuD850mLzu+V_EJXQyoZ=amQcF9TktTSEJA@mail.gmail.com> |
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security
uname output: Linux hk 4.15.0-62-generic #69-Ubuntu SMP Wed Sep 4 20:55:53
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 5.0
Patch Level: 0
Release Status: release
Description:
On the section 3.2.6(GNU Parallel, page 16 in the pdf) of Bash
Reference Manual. The manual uses `find' command to illustrate
possible use cases of `parallel' as examples. but the option `-depth'
does not accept any argument, I think it means `-maxdepth` option
instead.
Repeat-By:
[Describe the sequence of events that causes the problem
to occur.]
Fix:
replace `-depth' with `-maxdepth'
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Wrong command option in the manual examples hk <hkadeveloper@gmail.com> - 2019-09-21 10:24 +0800
csiph-web