Sponsored Content
Top Forums Shell Programming and Scripting Close the Run window after script is done Post 302902261 by wisecracker on Monday 19th of May 2014 04:16:44 PM
Old 05-19-2014
printf "\x1B[8;45;120t"

1) "printf" is obviously the ba(sh) builtin.
2) " == to ensure shell pseudo-expansion opening double quote.
3) \x1B[, (or \033[), is the hex, (octal), value of the "Esc" character combination.
4) 8 == Resize the text area to given height and width in characters......
5) ; == separator.
6) 45 == vertical size.
7) ; == another separator finally for...
8) 120 == horizontal size.
9) t == do it to the terminal, (emulator, in this case on the fly).
10) " == ensure double quotes are closed...

Hope this helps...
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to close a window using shell?

hi, suppose i have many windows open like two image files, a terminal , a firefox. and using command line i want to exit specifically 1 of these.. how can i do this? is there any shell command to do this? thanx... i am waiting for reply. its urgent! m using ubuntu 9.04 (2 Replies)
Discussion started by: sarosh
2 Replies

2. UNIX for Dummies Questions & Answers

How do you close and launch X Window in the Bash shell?

What is the Unix command(s) to close the X Window in the Bash shell to get me into text mode. Also need the command to relaunch it from the text mode. Thanks. (1 Reply)
Discussion started by: jacatone
1 Replies

3. UNIX for Dummies Questions & Answers

Script run everytime a new terminal window is opened

I created a script called title #!/bin/sh echo "^0;$*^G" It will change the terminal window titlebar to what ever I type after the script (title BIG would change titlebar to BIG instead of terminal) Is there a way to make it run so it will work on every terminal window that gets opened.... (1 Reply)
Discussion started by: amason0508
1 Replies

4. Shell Programming and Scripting

Unable to close telnet session from script

Hello people, I am creating a script that will alert me in an ftp or telnet account on my system expires. FTP part is ok, but when I am entering the 3 script, it stucks. I can see that the script will not close the telnet seession. Can you please check and let me know what I am doing wrong? What if... (7 Replies)
Discussion started by: drbiloukos
7 Replies

5. UNIX for Advanced & Expert Users

Autosys run window in EST

Hi, I want to run a job in 5 min duration and start time should be 21:30EST and endtime should be 18:30EST nextday. in long note, it will start from sunday 21:30EST to monday 18:30EST......monday 21:30 EST to tuesday 18:30 EST....tuesday 21:30 ESTto wednesday 18:30EST...wednesday 21:30EST to... (1 Reply)
Discussion started by: millan
1 Replies

6. Programming

when parent process close, how to close the child?

can someone provide an example, where if the parent process quits for any reason, then the child process will also close? (3 Replies)
Discussion started by: omega666
3 Replies

7. Shell Programming and Scripting

script does not close terminal after running

For a small script i want it so that the terminal closes when the script has completed its tasks. To do so i use at the end if the script the following: echo "Hello, World!" echo "Knowledge is power." echo "" echo "shutting down terminal in 10 seconds" exit 10 however the terminal stay's... (3 Replies)
Discussion started by: Ditzyken
3 Replies

8. Ubuntu

run multiple command at the same time in one window terminal using multiplexer

Hi, I would like to ask if someone knows or accomplished this task in the terminal multiplexer in a single window with multiple splitted pane: In the script run multiple command at the same time in diff splitted pane or simulatneously. As an example: I would like to run iptraf, iotop, htop,... (2 Replies)
Discussion started by: jao_madn
2 Replies

9. UNIX Desktop Questions & Answers

Remote desktop, close window

I have remote access to a desktop that runs a java application. I want to terminate the application. I tried to close the application window (through the 'X') but it won;t close. I tried 'jobs' command but it does not list any jobs (?). Is there anyway to list the current jobs and terminate the... (0 Replies)
Discussion started by: FelipeAd
0 Replies

10. Shell Programming and Scripting

Script to force close sheet opened by someone else

Was wondering what script to run as root that will take as input a filename (full path) that is opened by someone else and force whoever has it opened to close it? Or maybe there is an existing command to do this? Thanks Edit: Meant to say file not sheet, too much Excel... (2 Replies)
Discussion started by: stevensw
2 Replies
Gtk2::PaperSize(3)					User Contributed Perl Documentation					Gtk2::PaperSize(3)

NAME
Gtk2::PaperSize HIERARCHY
Glib::Boxed +----Gtk2::PaperSize METHODS
papersize = Gtk2::PaperSize->new ($name) o $name (string or undef) papersize = Gtk2::PaperSize->new_custom ($name, $display_name, $width, $height, $unit) o $name (string) o $display_name (string) o $width (double) o $height (double) o $unit (Gtk2::Unit) papersize = Gtk2::PaperSize->new_from_key_file ($key_file, $group_name) o $key_file (Glib::KeyFile) o $group_name (string) May croak with a Glib::Error in $@ on failure. Since: gtk+ 2.12 papersize = Gtk2::PaperSize->new_from_ppd ($ppd_name, $ppd_display_name, $width, $height) o $ppd_name (string) o $ppd_display_name (string) o $width (double) o $height (double) double = $size->get_default_bottom_margin ($unit) o $unit (Gtk2::Unit) string = Gtk2::PaperSize->get_default double = $size->get_default_left_margin ($unit) o $unit (Gtk2::Unit) double = $size->get_default_right_margin ($unit) o $unit (Gtk2::Unit) double = $size->get_default_top_margin ($unit) o $unit (Gtk2::Unit) string = $size->get_display_name double = $size->get_height ($unit) o $unit (Gtk2::Unit) boolean = $size->is_custom boolean = $size1->is_equal ($size2) o $size2 (Gtk2::PaperSize) string = $size->get_name list = Gtk2::PaperSize::get_paper_sizes ($include_custom) o $include_custom (boolean) Since: gtk+ 2.12 string or undef = $size->get_ppd_name $size->set_size ($width, $height, $unit) o $width (double) o $height (double) o $unit (Gtk2::Unit) $size->to_key_file ($key_file, $group_name) o $key_file (Glib::KeyFile) o $group_name (string) Since: gtk+ 2.12 double = $size->get_width ($unit) o $unit (Gtk2::Unit) ENUMS AND FLAGS
enum Gtk2::Unit o 'pixel' / 'GTK_UNIT_PIXEL' o 'points' / 'GTK_UNIT_POINTS' o 'inch' / 'GTK_UNIT_INCH' o 'mm' / 'GTK_UNIT_MM' SEE ALSO
Gtk2, Glib::Boxed COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::PaperSize(3)
All times are GMT -4. The time now is 01:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy