Discussion:
[Help-bash] bash history
Юра
2017-08-19 18:55:35 UTC
Permalink
Здравствуйте, команда history выводит пронумерованный список введённых ранее команд, нельзя ли сделать так что после команды history набрав номер нужной команды что бы она выполнялась или подставлялась для следующей команды. Нельзя ли сделать собственный список команд что бы задать им свой номер и выполнять их набрав этот номер?

Hi, history command displays a numbered list of the previously entered commands, is it possible to do so after the command history by typing the number of the command that would run or were set up for the next command. Is it possible to make your own list of commands that would ask for them and execute them by typing the number?
redeyes
2017-08-19 20:59:47 UTC
Permalink
Bash reference manual section 9.3 History Expansion answers your questions.
https://www.gnu.org/software/bash/manual/bash.html#History-Interaction
Post by Юра
Здравствуйте, команда history выводит пронумерованный список введённых ранее команд, нельзя ли сделать так что после команды history набрав номер нужной команды что бы она выполнялась или подставлялась для следующей команды. Нельзя ли сделать собственный список команд что бы задать им свой номер и выполнять их набрав этот номер?
Hi, history command displays a numbered list of the previously entered commands, is it possible to do so after the command history by typing the number of the command that would run or were set up for the next command. Is it possible to make your own list of commands that would ask for the
Loading...