Sponsored Content
Top Forums Shell Programming and Scripting Control browser from shell script Post 302449980 by slak0 on Wednesday 1st of September 2010 06:08:02 AM
Old 09-01-2010
I need to send Ctrl+A (select all) and Ctrl+C (copy) from a bash script to a browser running in a separate workspace on the same computer workstation. That is so the text created by the browser will be captured on the clipboard so that I can put it into a file for processing in the workspace used by the bash script. Use of wget does not produce a page containing the text I require so that option is off the table.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need Shell script for getting Firefox Browser Version

Hi, How to write a script for finding out firefox version in our linux machine? Could you please share the same? I am using Red Hat Linux machine. Thanks, Kammy (2 Replies)
Discussion started by: kjannu
2 Replies

2. Shell Programming and Scripting

control over shell script

Hi.. I have a perl program that uses "system" to execute a shell script called startengine. The script "startengine" itself calls a lot of other smaller scripts to setup the engine etc. It finally has to execute ./engine which is another shell script which is long and takes a long time to... (3 Replies)
Discussion started by: JLJ
3 Replies

3. Shell Programming and Scripting

How to Control Cronjobs using Shell Script??

Hi All, Now i am running the 3 oracle procedures one by one manually. Query: If 1st Procedure OUT_PUT is Success, then call 2nd Procedure. If 2nd Procedure OUT_PUT is Success, then call 3rd Procedure. If 1st Procedure is failed, then no need of calling the other ... (8 Replies)
Discussion started by: hanu_oracle
8 Replies

4. UNIX for Dummies Questions & Answers

run shell script from browser

my shell script is to reset user menu: #!/bin/ksh echo "Type in login id: \c" read username if then echo "....." echo "You have not entered any INPUT value." echo "...Goodbye..." sleep 10 exit else echo $username rm -f... (3 Replies)
Discussion started by: tjmannonline
3 Replies

5. Shell Programming and Scripting

Execute shell script from browser through php

Hi all, I want to execute a shell script in which I call ssh to execute a remote command. Everything works fine from command line but when I try to call from PHP (with exec or whatever function) it fails. After some time I came to the root cause: when www-data execute the ssh command it asks... (4 Replies)
Discussion started by: Evan
4 Replies

6. Shell Programming and Scripting

Version Control Through the Shell Script

Version Control Through the Shell Script Hi Guys, Apologize for the big request, please take some time and read it completely... This is Very important for me, and ur help is Very much Appriciated. I want to maintain the Version control to all my scripts running in Production server, I am... (6 Replies)
Discussion started by: Anji
6 Replies

7. Post Here to Contact Site Administrators and Moderators

Control - M Scheduler is not able to pick my shell script

Hi, Below is a shell script that i made:- #!/bin/ksh #path=/opt/tibco/shared/adaptadores/SSCC/EVEREST/input/ if ; then echo "ZIP Exists and now Processing" for files in /opt/tibco/shared/adaptadores/SSCC/EVEREST/input/T010B04.* do unzip $files echo "Files Unzipped" echo $files... (1 Reply)
Discussion started by: mmtrexon
1 Replies

8. Shell Programming and Scripting

Control - M Scheduler is not able to pick my shell script

Hi, Below is a shell script that i made:- #!/bin/ksh #path=/opt/tibco/shared/adaptadores/SSCC/EVEREST/input/ if ; then echo "ZIP Exists and now Processing" for files in /opt/tibco/shared/adaptadores/SSCC/EVEREST/input/T010B04.* do unzip $files echo "Files Unzipped" echo $files... (4 Replies)
Discussion started by: mmtrexon
4 Replies

9. Shell Programming and Scripting

Control m Character removal shell script

can anyone share script for how to remove control m character (1 Reply)
Discussion started by: pw227j
1 Replies

10. Shell Programming and Scripting

Passing control back to the shell script

Hi All, I have a shell script(test_abc.sh) with the following shell commands, which are invoking the same shell script with different parameters. test_abc.sh . ./test.sh abc >> test.log . ./test.sh xyz >> test.log . ./test.sh pys >> test.log . ./test.sh abc >> test.log . . ... (4 Replies)
Discussion started by: dev.devil.1983
4 Replies
diakonos(1)							     diakonos							       diakonos(1)

NAME
diakonos - a customizable, usable console-based text editor SYNOPSIS
diakonos [files] Basic Commands Following are some of the most common commands and their default key bindings. Not all commands are listed here. For a comprehensive list- ing, see the configuration file. Movement Arrow keys Cursor movement Home, End Move cursor to beginning or end of current line Page Up, Page Down Pitch buffer view by one screenful of text Alt-Up, Alt-Down Scroll up, down Editor Control Ctrl-Q Quit F1 List key bindings F12 Edit user's configuration file Alt-M Start/stop macro recording F4 Play macro F6 Repeat last command File/Buffer Control Ctrl-O Open a file Ctrl-S Save current buffer Alt-S Save current buffer to specific filename Ctrl-W Close current buffer Ctrl-N Create new empty buffer Alt-Shift-T Specify buffer content type Alt-1 to Alt-9 Switch among first 9 buffers Alt-minus, Alt-= Switch buffers Ctrl-Z Undo Ctrl-Y Redo Clipboard Ctrl-space Anchor selection (like emacs) Ctrl-C Copy selection to clipboard Ctrl-X Copy selection to clipboard and delete (i.e. cut) Ctrl-V Paste clipboard text Alt-U Unselect (stop selecting) Ctrl-K Cut current line (can collect multiple lines) Searching Ctrl-F Find Ctrl-Alt-F Find upwards F3 Find again Shift-F3 Find again upwards Ctrl-R Search and replace Ctrl-Alt-U Clear match highlight FURTHER INFORMATION
For more information on Diakonos see: http://purepistos.net/diakonos/ http://wiki.purepistos.net/doku.php?id=Diakonos:Getting-Started http://wiki.purepistos.net/doku.php?id=Diakonos:Tips-and-Tricks AUTHOR
Diakonos is by Pistos Christou This package is maintained by Ralph Amissah 0.8.12 2010-02-18 diakonos(1)
All times are GMT -4. The time now is 05:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy