Disable the “>” operator in Rstudio linux terminal












4















For an interactive session via SSH on a Linux cluster in Rstudio, it is very easy to accidentally execute the keyboard shortcut for "run in terminal" when commands are highlighted in Rstudio console. This results in behavior such as




> library




or




Var1>Var2




being executed in terminal, which creates a library or Var2 file in the remote working directory if the terminal is logged in at the bash prompt.



In a worst case scenario this would result in overwriting files in the remote working directory.



I would like to disable ">" in these sessions, but I am not sure how to do this.










share|improve this question









New contributor




user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 5





    > is not a command, it's a redirection operator.

    – Arkadiusz Drabczyk
    12 hours ago






  • 3





    Redirection characters are fundamental to Linux shells and can't be changed. You should look at whether you can change the Rstudio prompt to something less drastic if accidentally copied. If you can't, you'll just need to take more care.

    – AFH
    12 hours ago











  • ok that explains why it can't be aliased, but do you have a suggestion how to address my question?

    – user36302
    12 hours ago






  • 2





    Bash appears to offer a restricted mode: stackoverflow.com/questions/50989369/…

    – music2myear
    12 hours ago


















4















For an interactive session via SSH on a Linux cluster in Rstudio, it is very easy to accidentally execute the keyboard shortcut for "run in terminal" when commands are highlighted in Rstudio console. This results in behavior such as




> library




or




Var1>Var2




being executed in terminal, which creates a library or Var2 file in the remote working directory if the terminal is logged in at the bash prompt.



In a worst case scenario this would result in overwriting files in the remote working directory.



I would like to disable ">" in these sessions, but I am not sure how to do this.










share|improve this question









New contributor




user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 5





    > is not a command, it's a redirection operator.

    – Arkadiusz Drabczyk
    12 hours ago






  • 3





    Redirection characters are fundamental to Linux shells and can't be changed. You should look at whether you can change the Rstudio prompt to something less drastic if accidentally copied. If you can't, you'll just need to take more care.

    – AFH
    12 hours ago











  • ok that explains why it can't be aliased, but do you have a suggestion how to address my question?

    – user36302
    12 hours ago






  • 2





    Bash appears to offer a restricted mode: stackoverflow.com/questions/50989369/…

    – music2myear
    12 hours ago
















4












4








4








For an interactive session via SSH on a Linux cluster in Rstudio, it is very easy to accidentally execute the keyboard shortcut for "run in terminal" when commands are highlighted in Rstudio console. This results in behavior such as




> library




or




Var1>Var2




being executed in terminal, which creates a library or Var2 file in the remote working directory if the terminal is logged in at the bash prompt.



In a worst case scenario this would result in overwriting files in the remote working directory.



I would like to disable ">" in these sessions, but I am not sure how to do this.










share|improve this question









New contributor




user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












For an interactive session via SSH on a Linux cluster in Rstudio, it is very easy to accidentally execute the keyboard shortcut for "run in terminal" when commands are highlighted in Rstudio console. This results in behavior such as




> library




or




Var1>Var2




being executed in terminal, which creates a library or Var2 file in the remote working directory if the terminal is logged in at the bash prompt.



In a worst case scenario this would result in overwriting files in the remote working directory.



I would like to disable ">" in these sessions, but I am not sure how to do this.







linux bash ssh terminal rstudio






share|improve this question









New contributor




user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 4 hours ago









phuclv

9,60363991




9,60363991






New contributor




user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 13 hours ago









user36302user36302

212




212




New contributor




user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user36302 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 5





    > is not a command, it's a redirection operator.

    – Arkadiusz Drabczyk
    12 hours ago






  • 3





    Redirection characters are fundamental to Linux shells and can't be changed. You should look at whether you can change the Rstudio prompt to something less drastic if accidentally copied. If you can't, you'll just need to take more care.

    – AFH
    12 hours ago











  • ok that explains why it can't be aliased, but do you have a suggestion how to address my question?

    – user36302
    12 hours ago






  • 2





    Bash appears to offer a restricted mode: stackoverflow.com/questions/50989369/…

    – music2myear
    12 hours ago
















  • 5





    > is not a command, it's a redirection operator.

    – Arkadiusz Drabczyk
    12 hours ago






  • 3





    Redirection characters are fundamental to Linux shells and can't be changed. You should look at whether you can change the Rstudio prompt to something less drastic if accidentally copied. If you can't, you'll just need to take more care.

    – AFH
    12 hours ago











  • ok that explains why it can't be aliased, but do you have a suggestion how to address my question?

    – user36302
    12 hours ago






  • 2





    Bash appears to offer a restricted mode: stackoverflow.com/questions/50989369/…

    – music2myear
    12 hours ago










5




5





> is not a command, it's a redirection operator.

– Arkadiusz Drabczyk
12 hours ago





> is not a command, it's a redirection operator.

– Arkadiusz Drabczyk
12 hours ago




3




3





Redirection characters are fundamental to Linux shells and can't be changed. You should look at whether you can change the Rstudio prompt to something less drastic if accidentally copied. If you can't, you'll just need to take more care.

– AFH
12 hours ago





Redirection characters are fundamental to Linux shells and can't be changed. You should look at whether you can change the Rstudio prompt to something less drastic if accidentally copied. If you can't, you'll just need to take more care.

– AFH
12 hours ago













ok that explains why it can't be aliased, but do you have a suggestion how to address my question?

– user36302
12 hours ago





ok that explains why it can't be aliased, but do you have a suggestion how to address my question?

– user36302
12 hours ago




2




2





Bash appears to offer a restricted mode: stackoverflow.com/questions/50989369/…

– music2myear
12 hours ago







Bash appears to offer a restricted mode: stackoverflow.com/questions/50989369/…

– music2myear
12 hours ago












1 Answer
1






active

oldest

votes


















16














> is not a command but an operator, so you can't alias it. But you can disable overwriting files with the noclobber option. Just run set -C or set -o noclobber (or add them to your ~/.bashrc)




The noclobber option is available to avoid overwriting existing files with output redirection (see The Set Builtin). The ‘>|’ redirection operator may be used to override noclobber.



https://www.gnu.org/software/bash/manual/bashref.html#The-Set-Builtin







share|improve this answer
























  • This still wont prevent the creation of new files

    – D. Ben Knoble
    5 hours ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});


}
});






user36302 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1410511%2fdisable-the-operator-in-rstudio-linux-terminal%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









16














> is not a command but an operator, so you can't alias it. But you can disable overwriting files with the noclobber option. Just run set -C or set -o noclobber (or add them to your ~/.bashrc)




The noclobber option is available to avoid overwriting existing files with output redirection (see The Set Builtin). The ‘>|’ redirection operator may be used to override noclobber.



https://www.gnu.org/software/bash/manual/bashref.html#The-Set-Builtin







share|improve this answer
























  • This still wont prevent the creation of new files

    – D. Ben Knoble
    5 hours ago
















16














> is not a command but an operator, so you can't alias it. But you can disable overwriting files with the noclobber option. Just run set -C or set -o noclobber (or add them to your ~/.bashrc)




The noclobber option is available to avoid overwriting existing files with output redirection (see The Set Builtin). The ‘>|’ redirection operator may be used to override noclobber.



https://www.gnu.org/software/bash/manual/bashref.html#The-Set-Builtin







share|improve this answer
























  • This still wont prevent the creation of new files

    – D. Ben Knoble
    5 hours ago














16












16








16







> is not a command but an operator, so you can't alias it. But you can disable overwriting files with the noclobber option. Just run set -C or set -o noclobber (or add them to your ~/.bashrc)




The noclobber option is available to avoid overwriting existing files with output redirection (see The Set Builtin). The ‘>|’ redirection operator may be used to override noclobber.



https://www.gnu.org/software/bash/manual/bashref.html#The-Set-Builtin







share|improve this answer













> is not a command but an operator, so you can't alias it. But you can disable overwriting files with the noclobber option. Just run set -C or set -o noclobber (or add them to your ~/.bashrc)




The noclobber option is available to avoid overwriting existing files with output redirection (see The Set Builtin). The ‘>|’ redirection operator may be used to override noclobber.



https://www.gnu.org/software/bash/manual/bashref.html#The-Set-Builtin








share|improve this answer












share|improve this answer



share|improve this answer










answered 12 hours ago









phuclvphuclv

9,60363991




9,60363991













  • This still wont prevent the creation of new files

    – D. Ben Knoble
    5 hours ago



















  • This still wont prevent the creation of new files

    – D. Ben Knoble
    5 hours ago

















This still wont prevent the creation of new files

– D. Ben Knoble
5 hours ago





This still wont prevent the creation of new files

– D. Ben Knoble
5 hours ago










user36302 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















user36302 is a new contributor. Be nice, and check out our Code of Conduct.













user36302 is a new contributor. Be nice, and check out our Code of Conduct.












user36302 is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Super User!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1410511%2fdisable-the-operator-in-rstudio-linux-terminal%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]