Sponsored Content
Top Forums Shell Programming and Scripting Get Rid ^C when pressed Ctrl-C Post 302736103 by vietrice on Monday 26th of November 2012 08:06:40 PM
Old 11-26-2012
Right now im using the code at bottom.
Code:
stty -ctlecho #get rid of ^C
tput civis #make cursor invinsible

The thing about stty -ctlecho is that it get rid of ^C but it end up showing a weird character. And im working it on ubuntu so gnome terminal.
Quote:
Originally Posted by jim mcnamara
Are you generating the graph on a regular window like putty or are you using x-windows, or a desktop GUI like gnome?

This does what you want with a side effect you do not want
Code:
trap "read foo" INT

You have to push return to continue. The problem is the cursor may be in the middle of your plot.

We can fix that with ANSI escape sequences if your terminal window supports that.
 

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
UDISKS(1)							      udisks								 UDISKS(1)

NAME
udisks - udisks command line tool SYNOPSIS
udisks [OPTIONS] DESCRIPTION
udisks is a simple command line client for the udisks(7) system bus service. OPTIONS
--dump Dump all information about all devices. Please include this when filing bugs. --enumerate Lists all object paths of devices know to the daemon. --enumerate-device-files Lists all device files of devices know to the daemon. --monitor Connect to the daemon and print a line every time an event happens. --monitor-detail Like --monitor but prints the full details of the device whenever an event happens. --show-info device_file Shows information about device_file. --inhibit-polling device_file [-- program arg ...] Inhibits polling on device_file. If no program is given, polling is inhibited until Ctrl+C is pressed. Otherwise the program is spawned and the polling is only inhibited until the program terminates. --poll-for-media device_file Polls device_file to perform media detection. --inhibit-all-polling [-- program arg ...] Inhibits polling on all devices. If no program is given, polling is inhibited until Ctrl+C is pressed. Otherwise the program is spawned and the polling is only inhibited until the program terminates. --mount device_file [--mount-fstype fstype] [--mount-options options] Mounts the device represented by device_file using the file system fstype and a comma-separated list of options. --unmount device_file [--unmount-options options] Unmounts the device represented by device_file using a comma-separated list of options. --detach device_file [--detach-options options] Detaches (e.g. powering down the physical port the device is connected to) the device represented by device_file using a comma-separated list of options. --ata-smart-refresh device_file [--ata-smart-wakeup] Refreshes ATA SMART data for device_file. If the disk is sleeping it will not be woken up unless --ata-smart-wakeup is passed. will be used. --ata-smart-refresh device_file --ata-smart-simulate blob Read ATA SMART data from blob for device_file. This can only be done by the super user and is typically used for testing that clients relying on the ATA SMART data provided by udisks behave correctly. The libatasmart git repository at http://git.0pointer.de/?p=libatasmart.git;a=summary contains a collection of blobs from failing disks. --inhibit [-- program arg ...] Inhibits clients from invoking methods on the daemon that require authorization (all methods will return the org.freedesktop.UDisks.Error.Inhibited error) if the caller is not the super user. This is typically used by OS installers and other programs that expects full control of the system, specifically to avoid automounting devices. Only the super user can do this. If no program is given, the daemon is inhibited until Ctrl+C is pressed. Otherwise the program is spawned and the daemon is only inhibited until the program terminates. --set-spindown device_file --spindown-timeout seconds [-- program arg ...] Configures disk spindown timeout on device_file to seconds. See the section called "SPINNING DOWN DISKS" for important information before using this option. If no program is given, the spindown time will be used until Ctrl+C is pressed. Otherwise the program is spawned and the the spindown timeout will only be used until the program terminates. --set-spindown-all --spindown-timeout seconds [-- program arg ...] Configures disk spindown timeout on all disks that can be spun down to seconds. See the section called "SPINNING DOWN DISKS" for important information before using this option. If no program is given, the spindown time will be used until Ctrl+C is pressed. Otherwise the program is spawned and the the spindown timeout will only be used until the program terminates. --help Show help options. SPINNING DOWN DISKS
Caution should be exercised when configuring disk spin down timeouts. Note that every time a disk is spun down, the "start-stop-count" ATA SMART attribute will increase by 1 and most disks are only good for a limited number (typically 50,000 but it varies by manufacturer and model). In addition, the drive may take as long as 30 seconds to respond to subsequent disk access - most drives are typically faster, see the "spin-up-time" ATA SMART attribute. On the other hand, cautious use (e.g. using conservative timeouts) of the ability to spin down disks, can be a good way to trade power consumption (typically 8 vs 1 Watts for 3.5" drives) and heat emission for a slightly higher latency. AUTHOR
Written by David Zeuthen david@fubar.dk with a lot of help from many others. BUGS
Please send bug reports to either the distribution bug tracker or the upstream bug tracker at http://bugs.freedesktop.org/enter_bug.cgi?product=udisks. SEE ALSO
udisks-daemon(8), udisks(7), udisks April 2008 UDISKS(1)
All times are GMT -4. The time now is 06:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy