Sponsored Content
Top Forums Shell Programming and Scripting Can a script resize it's own mintty console? Post 302944328 by Chubler_XL on Monday 18th of May 2015 10:05:33 PM
Old 05-18-2015
Quote:
Originally Posted by Michael Stora
Where can I learn more about these sequences? I have not seen widow size or title bar documented anywhere and wonder how many more there are.

Mike
You can read about quite a few of them here Xterm Control Sequences
This User Gave Thanks to Chubler_XL For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to Open Shell Script from X-Manager Console

Dear All, I have a shell script. which has the read, write & execute permissions. I am entering from X-Manager Console. OS Details are: SunOS P382XLRTY 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-480R Step1: Double Click on Home Folder, it will be opened. Step2: Double Click on... (2 Replies)
Discussion started by: hanu_oracle
2 Replies

2. Solaris

script hangs when outputing to /dev/console

I am running solaris 8 on a sparcs box. The system is connected to a lightwave console server. I have a script that hangs when sending output to '/dev/console'. Any ideas? -V (2 Replies)
Discussion started by: vada010
2 Replies

3. UNIX for Dummies Questions & Answers

Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer

:confused:Hi This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons. I get a whole bunch of errors when starting the service too: Tue Feb 23 14:29:45 2010 ... (1 Reply)
Discussion started by: wbdevilliers
1 Replies

4. Windows & DOS: Issues & Discussions

How to install mintty?

I already have CygWin installed on my PC. However, I would like to use mintty instead of the CygWin Bash Shell. Do I need to reinstall the whole thing? Thanks! ---------- Post updated at 12:13 PM ---------- Previous update was at 11:56 AM ---------- I just had to move the mintty application... (0 Replies)
Discussion started by: Xterra
0 Replies

5. Shell Programming and Scripting

Output of echo $$ differs in Script than console

Hi All, I have a very basic query for 'echo $$' command. When I am executing echo $$ on console then it is giving different output than the execution of echo $$ in a script. Console Output: ------------------------- bash-3.2$ echo $$ 15610 bash-3.2$ In Script:... (3 Replies)
Discussion started by: manishdivs
3 Replies

6. Linux

Linux extacting msg from script to console

how to get the outout from script to console. i am running one script msg.sh using cron job every suday midnight. as soon as i logged in i want to see the staus is service started or service failed on console. what command i need to add to script ? msg.sh #!/bin/bash if then echo... (1 Reply)
Discussion started by: saku
1 Replies

7. Shell Programming and Scripting

Need a little help with my first shell script. Basic image resize script...

Hey everyone, just now joined because I didn't want to go onto Ubuntu forums and start asking about how to write shell scripts. Seems like this is a pretty active forum for exactly what I need. I'm trying to modify a shell script I found online, the end goal is to have it find all files in the... (9 Replies)
Discussion started by: mozzles
9 Replies

8. UNIX for Beginners Questions & Answers

Linux Console for Interactive Input Script

Hi there, How do I enter command to the interactive console. I was able to do it via the first line. What if I have more lines to input into the interactive console from line 3 onwards. Is there a more easier way? (echo -e "load openvas" ; echo -e "openvas_help") | msfconsole ... (4 Replies)
Discussion started by: alvinoo
4 Replies

9. UNIX for Advanced & Expert Users

Script to automate add/resize datafile in Oracle ASM Storage

Hi all, Could anyone please share ideas or logic on how to automate add/resize datafile in Oracle ASM Storage for Oracle RAC/Single Node databases when any tablespace space alert is trigerred by OEM? Thanks for your help and time on it! Thanks&regards, a1_win Please DON'T use CODE tags... (0 Replies)
Discussion started by: a1_win
0 Replies

10. Shell Programming and Scripting

Simple script for resize, crop and optimize jpg

Hi Friends, I'm trying to create a script that allows me to recursively resize, crop (holding the center of the image) and optimize images jpg, jpeg, png for a specific folder and subfolder with the ability to exclude certain folder and its subdirectory. Again, I should to do with this script:... (3 Replies)
Discussion started by: danjde
3 Replies
HADDOCK(1)						  Haddock documentation generator						HADDOCK(1)

NAME
haddock - documentation tool for annotated Haskell source code SYNOPSIS
haddock [options] file... DESCRIPTION
This manual page documents briefly the haddock command. Extensive documentation is available in various other formats including DVI, Post- Script and HTML; see below. file is a filename containing a Haskell source module. All the modules specified on the command line will be processed together. When one module refers to an entity in another module being processed, the documentation will link directly to that entity. Entities that cannot be found, for example because they are in a module that is not being processed as part of the current batch, simply will not be hyperlinked in the generated documentation. haddock will emit warnings listing all the identifiers it could not resolve. The modules should not be mutually recursive, as haddock does not like swimming in circles. OPTIONS
The programs follow the usual GNU command line syntax, with long options starting with two dashes (`--'). A summary of options is included below. For a complete description, see the other documentation. -o DIR, --odir=DIR directory in which to put the output files -i FILE, --read-interface=FILE read an interface from FILE. -D FILE, --dump-interface=FILE dump an interface for these modules in FILE. -l DIR, --lib=DIR location of Haddock's auxiliary files -h, --html Generate documentation in HTML format. Several files will be generated into the current directory (or the specified directory if the -o option is given), including the following: index.html The top level page of the documentation: lists the modules available, using indentation to represent the hierarchy if the modules are hierarchical. haddock.css The stylesheet used by the generated HTML. Feel free to modify this to change the colors or layout, or even specify your own stylesheet using the --css option. module.html An HTML page for each module. doc-index.html, doc-index-XX.html The index, split into two (functions/constructors and types/classes, as per Haskell namespaces) and further split alphabeti- cally. --hoogle output for Hoogle --html-help=format produce index and table of contents in mshelp, mshelp2 or devhelp format (with -h) --source-base=URL Include links to the source files in the generated documentation, where URL is the base URL where the source files can be found. -s URL, --source-module=URL Include links to the source files in the generated documentation, where URL is a source code link for each module (using the %{FILE} or %{MODULE} vars). --source-entity=URL Include links to the source files in the generated documentation, where URL is a source code link for each entity (using the %{FILE}, %{MODULE} or %{NAME} vars). --comments-base=URL URL for a comments link on the contents and index pages. --comments-module=URL URL for a comments link for each module (using the %{MODULE} var). --comments-entity=URL URL for a comments link for each entity (using the %{FILE}, %{MODULE} or %{NAME} vars). --css=FILE Use the CSS FILE instead of the default stylesheet that comes with haddock for HTML output. It should specify certain classes: see the default stylesheet for details. -p FILE, --prologue=FILE Specify a file containing prologue text. -t TITLE, --title=TITLE Use TITLE as the page heading for each page in the documentation. This will normally be the name of the library being documented. The title should be a plain string (no markup please!). -k NAME, --package=NAME Specify the package name (optional). -n, --no-implicit-prelude do not assume Prelude is imported -d, --debug Enable extra debugging output. -?, --help Display help. -V, --version Display version. -v, --verbose Verbose status reporting. --use-contents=URL Use a separately-generated HTML contents page. --gen-contents Generate an HTML contents from specified interfaces. --use-index=URL Use a separately-generated HTML index. --gen-index Generate an HTML index from specified interfaces. --ignore-all-exports Behave as if all modules have the ignore-exports atribute --hide=MODULE Behave as if MODULE has the hide attribute. --use-package=PACKAGE The modules being processed depend on PACKAGE. FILES
/usr/bin/haddock /usr/share/haddock-2.6.1/html/plus.gif /usr/share/haddock-2.6.1/html/minus.gif /usr/share/haddock-2.6.1/html/haskell_icon.gif /usr/share/haddock-2.6.1/html/haddock.js /usr/share/haddock-2.6.1/html/haddock.css /usr/share/haddock-2.6.1/html/haddock-DEBUG.css SEE ALSO
/usr/share/doc/haddock/, the Haddock homepage (http://haskell.org/haddock/) <http://haskell.org/haddock/> COPYRIGHT
Haddock version 2.6.1 Copyright 2006-2010 Simon Marlow <simonmar@microsoft.com>, Dawid Waern <david.waern@gmail.com>. All rights reserved. AUTHOR
This manual page was written by Michael Weber <michaelw@debian.org> for the Debian GNU/Linux system (but may be used by others). Haddock, version 2.6.1 July 2010 HADDOCK(1)
All times are GMT -4. The time now is 02:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy