Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Method to run a shell script using shortcut key in keyboard with out logging to putty Post 302951134 by agent.kgb on Monday 3rd of August 2015 04:34:19 AM
Old 08-03-2015
Press F1 and read the manual.

Quote:
Once you have set up Plink to be able to log in to a remote server without any interactive prompting (see section 7.2.2), you can use it for lots of scripting and batch purposes. For example, to start a backup on a remote machine, you might use a command like:
plink root@myserver /etc/backups/do-backup.sh Or perhaps you want to fetch all system log lines relating to a particular web area:
plink mysession grep /~fred/ /var/log/httpd/access.log > fredlog Any non-interactive command you could usefully run on the server command line, you can run in a batch file using Plink in this way.
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

All Shortcut key combinations

Hi, I am using the Korn-Shell (ksh) and would like to know all the shortcut keys. For example: Shift + Insert etc. Thank you very much. Take care (0 Replies)
Discussion started by: --crimson--
0 Replies

2. UNIX for Dummies Questions & Answers

Starting terminal with shortcut key combination

How can the shortcut keys be defined that would open up a terminal window? When using a kvm switch, the mouse sometimes does not work, but the keyboard does, and by opening up a terminal window using a shortcut key combination, the mouse can be restarted by entering the predefined mouserestart... (0 Replies)
Discussion started by: figaro
0 Replies

3. UNIX for Dummies Questions & Answers

Wanting to run a macro/script from PuTTY

We currently use TUN as an emulation program to connect to various unix applications. I am looking at moving to PuTTY release 0.60 but am getting stuck as one application runs a macro at startup to run a program. My question is, can you run a macro from PuTTY? Any pointers would be great. (0 Replies)
Discussion started by: virtualpaul
0 Replies

4. OS X (Apple)

Copy entire line in bash (terminal) - keyboard shortcut

how can I do that? I can paste a line with ctrl+p; but I dont know how to copy it? ctrl+y - just deletes etc. (2 Replies)
Discussion started by: c_lady
2 Replies

5. Shell Programming and Scripting

Putty shortcut and ssh to another server question, possible in bash?

Hi, sorry if this is the wrong forum for this question but I couldnt spot another obvious forum for it. I have a windows shortcut which opens up a saved session in putty. From this session I then ssh to another remote server. I was wondering is there a way that I can either edit my shortcut... (5 Replies)
Discussion started by: newb1000
5 Replies

6. Shell Programming and Scripting

Problem with script invoked from a keyboard shortcut

-EDIT- I have solved my problem below by using a different program. Instead of xsel I am using xclip which basically does the same thing and works fine from a script invoked by a global hotkey. -END EDIT- Hi, I've written a simple script to copy my email address into both the... (0 Replies)
Discussion started by: gencon
0 Replies
hitchhiker(1)							    2012-06-15							     hitchhiker(1)

NAME
hitchhiker - Access locations using Bazaar transports SYNOPSIS
hitchhiker [URL] [COMMAND] [ARGS] OPTIONS
None. DESCRIPTION
A client to access bzr transports, namely the Bazaar version control repositories. This utility can be used to log into the remote host and manipulate Bazaar repositoy content like it were a FTP, SFTP client. Command include cp, mv, rmtree etc. Use Case: command 'bzr upgrade <URL> <repository format options>' is run and after the process is over the backup.bzr needs to be removed. With this tool the task is easy. If no COMMAND is supplied, interactive mode is launched. If no URL is supplied, in interactive mode, the "open" command should be used to connect to a location. EXAMPLES
COMMAND LINE USE To run command, like help non-interactively, use URL, e.g. current directory: hitchhiker . help Without options, the command line client starts in interactive mode: hitchhiker (Cmd) <cursor here> Try command help for list of possibilities (Cmd) help at cd connect-and-wait edit exit get help info ls lsl mirror mkdir open put rename rm rmtree Further help is provided for each command: (Cmd) help open Usage: open LOCATION Open a new location. The location may be any URL supported by Bazaar. (Cmd) exit USE CASES Upgrade a remote Bazaar baranch at http://launchpad.net Bazaar and remove the backup bzr upgrade lp:~user/+brach/name --2a hitchhiker lp:~user/+brach/name rmtree backup.bzr ENVIRONMENT
None. FILES
None. SEE ALSO
bzr(1) sftp(1) AUTHORS
Program was written by Aaron Bentley <aaron.bentley@canonical.com>. This manual page was written by Jari Aalto <jari.aalto@cante.net>, for the Debian GNU system (but may be used by others). Updated by Jari Aalto <jari.aalto@cante.net>. Released under license GNU GPL v2 or (at your option) any later version. For more information about license, visit <http://www.gnu.org/copyleft/gpl.html>. hitchhiker 2012-06-15 hitchhiker(1)
All times are GMT -4. The time now is 03:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy