Possible to trigger history append (and save to file) in an already running bash process remotely?
Let's say you have a bash
terminal open, in which you have typed a lot of commands, many of which are probably not yet saved in $HISTFILE
. Additionally, let's say that you have a long running command running in that terminal, so you can't really stop this command to issue history -a
to append new entries to/flush to the $HISTFILE
.
My question is: is it possible to trigger the equivalent of history -a
, in a bash
shell which has a process running inside it, remotely - that is, just by knowing this shell's PID? Maybe there's some sort of signal that can be issued to the running bash
process - but could I issue that via bash or standard tools?
(I'm trying to develop a Python psutil
script which will save settings of all my open bash
terminals and their history files, and for this to make sense, I guess all these bash
processes need to flush their unflushed lines to respective $HISTFILE
s, before the script copies these files; and some of these shells may have long-running processes in them. So if this "remote history flush" is doable from another bash
instance, then it will be doable via Python too...)
bash command-history
add a comment |
Let's say you have a bash
terminal open, in which you have typed a lot of commands, many of which are probably not yet saved in $HISTFILE
. Additionally, let's say that you have a long running command running in that terminal, so you can't really stop this command to issue history -a
to append new entries to/flush to the $HISTFILE
.
My question is: is it possible to trigger the equivalent of history -a
, in a bash
shell which has a process running inside it, remotely - that is, just by knowing this shell's PID? Maybe there's some sort of signal that can be issued to the running bash
process - but could I issue that via bash or standard tools?
(I'm trying to develop a Python psutil
script which will save settings of all my open bash
terminals and their history files, and for this to make sense, I guess all these bash
processes need to flush their unflushed lines to respective $HISTFILE
s, before the script copies these files; and some of these shells may have long-running processes in them. So if this "remote history flush" is doable from another bash
instance, then it will be doable via Python too...)
bash command-history
see: unix.stackexchange.com/questions/341534/…
– sdaau
Dec 17 at 4:53
1
Can't this long running command be even momentarily stopped for a Ctrl-Z andbg
?
– muru
Dec 17 at 5:12
add a comment |
Let's say you have a bash
terminal open, in which you have typed a lot of commands, many of which are probably not yet saved in $HISTFILE
. Additionally, let's say that you have a long running command running in that terminal, so you can't really stop this command to issue history -a
to append new entries to/flush to the $HISTFILE
.
My question is: is it possible to trigger the equivalent of history -a
, in a bash
shell which has a process running inside it, remotely - that is, just by knowing this shell's PID? Maybe there's some sort of signal that can be issued to the running bash
process - but could I issue that via bash or standard tools?
(I'm trying to develop a Python psutil
script which will save settings of all my open bash
terminals and their history files, and for this to make sense, I guess all these bash
processes need to flush their unflushed lines to respective $HISTFILE
s, before the script copies these files; and some of these shells may have long-running processes in them. So if this "remote history flush" is doable from another bash
instance, then it will be doable via Python too...)
bash command-history
Let's say you have a bash
terminal open, in which you have typed a lot of commands, many of which are probably not yet saved in $HISTFILE
. Additionally, let's say that you have a long running command running in that terminal, so you can't really stop this command to issue history -a
to append new entries to/flush to the $HISTFILE
.
My question is: is it possible to trigger the equivalent of history -a
, in a bash
shell which has a process running inside it, remotely - that is, just by knowing this shell's PID? Maybe there's some sort of signal that can be issued to the running bash
process - but could I issue that via bash or standard tools?
(I'm trying to develop a Python psutil
script which will save settings of all my open bash
terminals and their history files, and for this to make sense, I guess all these bash
processes need to flush their unflushed lines to respective $HISTFILE
s, before the script copies these files; and some of these shells may have long-running processes in them. So if this "remote history flush" is doable from another bash
instance, then it will be doable via Python too...)
bash command-history
bash command-history
asked Dec 17 at 2:10
sdaau
2,63763148
2,63763148
see: unix.stackexchange.com/questions/341534/…
– sdaau
Dec 17 at 4:53
1
Can't this long running command be even momentarily stopped for a Ctrl-Z andbg
?
– muru
Dec 17 at 5:12
add a comment |
see: unix.stackexchange.com/questions/341534/…
– sdaau
Dec 17 at 4:53
1
Can't this long running command be even momentarily stopped for a Ctrl-Z andbg
?
– muru
Dec 17 at 5:12
see: unix.stackexchange.com/questions/341534/…
– sdaau
Dec 17 at 4:53
see: unix.stackexchange.com/questions/341534/…
– sdaau
Dec 17 at 4:53
1
1
Can't this long running command be even momentarily stopped for a Ctrl-Z and
bg
?– muru
Dec 17 at 5:12
Can't this long running command be even momentarily stopped for a Ctrl-Z and
bg
?– muru
Dec 17 at 5:12
add a comment |
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f489395%2fpossible-to-trigger-history-append-and-save-to-file-in-an-already-running-bash%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f489395%2fpossible-to-trigger-history-append-and-save-to-file-in-an-already-running-bash%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
see: unix.stackexchange.com/questions/341534/…
– sdaau
Dec 17 at 4:53
1
Can't this long running command be even momentarily stopped for a Ctrl-Z and
bg
?– muru
Dec 17 at 5:12