How to automatically remove the --noweb prompt from plink1.7
There is an automatic prompt in executing plink commands that can be avoided by adding the --noweb flag to your command. However, is there a setting in plink 1.7 that can totally prevent the prompt from popping up?
• 1,386 views
•
link
1 answer
If you are running the program from the command line you could simply define an alias:
alias plinknw='plink --noweb'
when you call plinknw you can still add all other parameters.
• 0 views
•
link
Log in to answer this question.