Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

teseq(1) [debian man page]

TESEQ(1)							   User Commands							  TESEQ(1)

NAME
teseq - Format text with terminal escapes and control sequences for human consumption. SYNOPSIS
teseq [-CLDEx] [in] [out] teseq -h | --help teseq -V | --version DESCRIPTION
Format text with terminal escapes and control sequences for human consumption. -h, --help Display usage information (this message). -V, --version Display version and warrantee. -C Don't print ^X for C0 controls. -D Don't print descriptions. -E Don't print escape sequences. -L Don't print labels. -I, --no-interactive Don't put the terminal into non-canonical or no-echo mode, and don't try to ensure output lines are finished when a signal is received. -b, --buffered Force teseq to buffer I/O. -t, --timings=TIMINGS Read timing info from TIMINGS and emit delay lines. -x Identify control sequences from VT100/Xterm The GNU Teseq home page is at http://www.gnu.org/software/teseq/. REPORTING BUGS
Report all bugs to bug-teseq@gnu.org COPYRIGHT
Copyright (C) 2008 Micah Cowan <micah@cowan.name>. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for teseq is maintained as a Texinfo manual. If the info and teseq programs are properly installed at your site, the command info teseq should give you access to the complete manual. teseq 1.0.0 April 2012 TESEQ(1)

Check Out this Related Man Page

TTY(1)								   User Commands							    TTY(1)

NAME
tty - print the file name of the terminal connected to standard input SYNOPSIS
tty [OPTION]... DESCRIPTION
Print the file name of the terminal connected to standard input. -s, --silent, --quiet print nothing, only return an exit status --help display this help and exit --version output version information and exit AUTHOR
Written by David MacKenzie. REPORTING BUGS
Report tty bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> Report tty translation bugs to <http://translationproject.org/team/> COPYRIGHT
Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for tty is maintained as a Texinfo manual. If the info and tty programs are properly installed at your site, the command info coreutils 'tty invocation' should give you access to the complete manual. GNU coreutils 8.5 February 2011 TTY(1)
Man Page

7 More Discussions You Might Find Interesting

1. Programming

Current and Peak Memory consumption of my program?

Hi, my C++ program does some memory consuming tasks and runs several minutes. During execution time, I want to print information on the current memory consumption and peak memory consumption of my program into a logfile. How can I retrieve this information, i.e. which functions are available... (0 Replies)
Discussion started by: DarthVader77
0 Replies

2. Shell Programming and Scripting

Extract info and do algebra on it by sed or awk

Hello everyone, I need to extract some information from a csv file and further need to do some algebraic calculations on those information and then to throw the result in a new file. Here is a sample from my data.csv file; Col1,Col2,Col3,Col4,Col5,Col6,Col7... (19 Replies)
Discussion started by: hayreter
19 Replies

3. Shell Programming and Scripting

CLEAR THESE Doubts Please ( bash scripts )

gnu.txt-----example file name 1. Display the 15th line of gnu.txt. 2. Display all lines of gnu.txt where the first and third fields are the same. 3. Display all lines of gnu.txt that have more than 100 fields. 4. Display the total number of lines in gnu.txt. 5. Display all lines in... (1 Reply)
Discussion started by: venkatesh B
1 Replies

4. Post Here to Contact Site Administrators and Moderators

Don Cragun

Hi Don I apologise, it wasn't my intention to double post. Soon after posting the original I noticed a typo in the subject so partly because I didn't want to confuse and distract from what I was seeking, but if I'm honest mostly down to my OCD, I wanted to correct it. However I couldn't see... (0 Replies)
Discussion started by: ElGato
0 Replies

5. What is on Your Mind?

Congrats to RudiC - 3000 Thanks!

Congratulations to RudiC for crossing the magic boundary of being thanked 3000 times! As someone who often has profited greatly from your insight i stand in awe before this achievement. Thank you for your ongoing dedication and thank you for your willingness to share your knowledge! bakunin ... (15 Replies)
Discussion started by: bakunin
15 Replies

6. Shell Programming and Scripting

Identify missing file

I am on linux and I am supposed to receive 3 files. If any of the files are not received I need to identify the missing file and throw it out in a variable. I have put in something like this if ] then echo "file $file1 was found" else echo "ERROR: file $file1 was not found!!!"... (8 Replies)
Discussion started by: dsravanam
8 Replies

7. What is on Your Mind?

Don tops the 4000+ thanks...

Sometime today Don Cragun reached 4000+ thanks from different folks. Well done Don, I have learnt a lot from you and other guys on here. Big thanks from we who have benefitted from your expertise. (6 Replies)
Discussion started by: wisecracker
6 Replies