Sponsored Content
Top Forums Shell Programming and Scripting Get Rid ^C when pressed Ctrl-C Post 302736075 by jim mcnamara on Monday 26th of November 2012 06:55:35 PM
Old 11-26-2012
Do you want ctrl/C to continue to interrupt (break)?
 

10 More Discussions You Might Find Interesting

1. Programming

know what key is pressed

hi i´m making a program, and i would like to know how can i know what key was pressed. i'm using Sun5.7 and C. is there a keypress/keypressed function in C? how can i know recognize the keys (enter, tab, shift, etc.)? can i recognize two keys ? (shift+A, ctrl+C, etc) any idea.. thanks (4 Replies)
Discussion started by: DebianJ
4 Replies

2. AIX

Disable ctrl-c,ctrl-d,ctrl-d in ksh script

I wrote a ksh script for Helpdesk. I need to know how to disable ctrl-c,ctrl-z,ctrl-d..... so that helpdesk would not be able to get to system prompt :confused: (6 Replies)
Discussion started by: wtofu
6 Replies

3. Shell Programming and Scripting

Catching ctrl-C or ctrl-D

Hi there, I'm using HP-UX 11 machine. I am running a script, thats gonna take a long time to execute. When I press ctrl-c to come out of my script, I have to catch that signal(ctrl-c) and display that ctrl-c had been pressed. How can I do it. Thanks in advance (2 Replies)
Discussion started by: sendhilmani123
2 Replies

4. Shell Programming and Scripting

detect F5 is pressed

Hello friends, I want to write a shell script in bash shell . Working for the script is to detect any key pressed and disply on screen as "you have pressed: " For example if user pressed F5 then a messaged has to be displayed as "you have pressed F5. Thank you. (4 Replies)
Discussion started by: pradeepreddy
4 Replies

5. Shell Programming and Scripting

how can i do some action when 'ctrl+d' is pressed

hi Gurus, please why is this happening: when i run this: #!/bin/bash declare -a name declare -a ph declare -a eid r=0; c=1; i=1; n=; echo " name phone email_id" while : do #if ; then #break; #else echo -n "field $i:"; read name ph eid; let "i++"; ... (5 Replies)
Discussion started by: tprayush
5 Replies

6. Shell Programming and Scripting

Ctrl-C or Ctrl-Z causing exit the session

H! I have written script where it need to invoke the perl script in background, then write the pid in temp file then bring back the job to foreground. whenever the Ctrl-C or Ctrl-Z is pressed in the script has to exit and prompt should be dispalyed. but this script causing exit from shell session... (2 Replies)
Discussion started by: jramesh1
2 Replies

7. Shell Programming and Scripting

how can i know the pressed key is arrowup?

Hi all, I need to know how to test a pressed key is arrowup or arrowdown and etc.. I found that the "echo" won't print anything if i enter the arrowup in the below code: read echo "you pressed $REPLY" Then i find a way to achieve my goal. 1 #! /bin/bash 2 3 ARROWUP='\;then... (4 Replies)
Discussion started by: homeboy
4 Replies

8. Shell Programming and Scripting

How to handle CTRL+Z or CTRL+C in shells script?

Hi, while executing shell script, in the middle of the process, if we kill the shell script( ctrl+z or ctrl+c), script will be killed and the files which using for the script will be in the folder. How to handle those scenarios. Is there any possibilities, if user breaks the script, I need to... (3 Replies)
Discussion started by: ckchelladurai
3 Replies

9. UNIX for Dummies Questions & Answers

Ctrl-V + Ctrl-J for newline character does not work inside vi editor

Hi friends, I am trying to add a newline char ('\n') between the query and the commit statement in the following shell script. #! /bin/sh echo "select * from tab; commit;" > data.sql I have tried typing in "Ctrl-V + Ctrl-J" combination which has inserted ^@ (NUL) character but the commit... (1 Reply)
Discussion started by: royalibrahim
1 Replies

10. Shell Programming and Scripting

Automation of keyboard inputs..like Ctrl+d and Ctrl+a

Hi..! I'm stuck with my automation of starting a process and keeping it running even after the current ssh session has exited.. So i'm trying to use command 'screen'. which is doing exactly what i wanted, But the problem is automation of the same. i will have to press Ctrl+a and Ctrl+d for... (2 Replies)
Discussion started by: chandana hs
2 Replies
PODVIEWER(1p)						User Contributed Perl Documentation					     PODVIEWER(1p)

NAME
podviewer - a Gtk2-Perl POD Reading Program SYNOPSIS
podviewer [FILE|MODULE|FUNCTION|POD] DESCRIPTION
"podviewer" provides a simple and attractive way to read Perl's POD documentation. You can use it to read the Perl POD pages, module documentation and information about Perl's builtin functions. KEYBOARD SHORTCUTS
"podviewer" supports a wide number of keyboard shortcuts. They are documented here. o "Ctrl-U" or "Alt-Up" Go up a level. That is, if you're reading the documentation for "Foo::Bar", typing "Ctrl-U" will take you to the "Foo" page. o "Alt-Left" Go back in your browsing history. o "Alt-Right" Go forward in your browsing history. o "Ctrl-H" Go home. If you have the "home" option set in your config (see below), entering "Ctrl-H" will take you there. o "Ctrl-L" This toggles the document index. o "Ctrl-O" This pops up a dialog allowing you to choose a document to read. o "Ctrl-R" or "F5" This reloads the current document. o "Ctrl-Q" This quits the program. o "Ctrl-F" This pops up a dialog for you to enter some search text. o "Ctrl-G" This performs the previous search, but from the most recently found result. You can also repeat the previous search by pressing enter when the cursor is in the search box. o "F1" Loads this document. CONFIGURATION OPTIONS
"podviewer" stores its configuration settings in a resource file, located at "$HOME/.podviewrc". This file contains simple "name=value" pairs for various things: o "icon-size" If you want to change the size of the icons on the toolbar, change this value. The values are standard Gtk+ stock values. o "home" This is the name of the document you want to be your home page. This page is loaded when you start the program without arguments, hit the Home button, or type "Ctrl-H". SEE ALSO
o Gtk2 or <http://gtk2-perl.sf.net/> o <http://developer.gnome.org/doc/API/2.0/gtk/GtkTextView.html> o Gtk2::Ex::PodViewer::Parser AUTHORS
Gavin Brown, Torsten Schoenfeld and Scott Arrington. COPYRIGHT
(c) 2003-2005 Gavin Brown (gavin.brown@uk.com). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2005-10-04 PODVIEWER(1p)
All times are GMT -4. The time now is 03:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy