Ответ действительно прост, ведь bash собран c: `--disable-command-timing` А можно узнать почему ( не могу найти коммит и его автора )? Спасибо. 22.05.2019 12:30, Levin Stanislav пишет: > 22.05.2019 12:22, Dmitry V. Levin пишет: >> On Wed, May 22, 2019 at 12:10:38PM +0300, Levin Stanislav wrote: >> [...] >>> Как можно заставить bash применить ключевое слово? Да и есть ли оно "у >>> нас"? Речь о: >>> >>> $ bash --version >>> GNU bash, version 4.4.23(1)-release (x86_64-alt-linux-gnu) >> $ builtin time >> -bash: builtin: time: not a shell builtin > RESERVED WORDS >        Reserved words are words that have a special meaning to  the  > shell.   The  following >        words  are recognized as reserved when unquoted and either the > first word of a simple >        command (see SHELL GRAMMAR below) or the third word of a case or > for command: > >        ! case  coproc  do done elif else esac fi for function if in > select then until  while >        { } time [[ ]] > > Команда `builtin` в этом случае отработала корректно. > >> >> >> >> _______________________________________________ >> Devel mailing list >> Devel@lists.altlinux.org >> https://lists.altlinux.org/mailman/listinfo/devel > > > _______________________________________________ > Devel mailing list > Devel@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel