Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

reseq(1) [debian man page]

RESEQ(1)							   User Commands							  RESEQ(1)

NAME
reseq - Reverse the translations made by teseq. SYNOPSIS
reseq [-t FILE] INPUT OUTPUT reseq --replay INPUT [OUTPUT] reseq -h | --help reseq -V | --version DESCRIPTION
Reverse the translations made by teseq. -h, --help Print usage information (this message). -V, --version Display version and warrantee --replay Obey delay lines for video-style playback. -d DIVISOR Play back at DIVISOR times the normal speed. -t, --timings=FILE Output timing data to FILE, in the format used by script -t and scriptreplay. REPORTING BUGS
Report bugs to bug-teseq@gnu.org COPYRIGHT
Copyright (C) 2008 Micah Cowan <micah@cowan.name>. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. There is NO WARANTEE, to the extent permitted by law. SEE ALSO
The full documentation for reseq is maintained as a Texinfo manual. If the info and reseq programs are properly installed at your site, the command info reseq should give you access to the complete manual. reseq 1.0.0 April 2012 RESEQ(1)

Check Out this Related Man Page

gnutls_protocol_get_version(3)					      gnutls					    gnutls_protocol_get_version(3)

NAME
gnutls_protocol_get_version - API function SYNOPSIS
#include <gnutls/gnutls.h> gnutls_protocol_t gnutls_protocol_get_version(gnutls_session_t session); ARGUMENTS
gnutls_session_t session is a gnutls_session_t structure. DESCRIPTION
Get TLS version, a gnutls_protocol_t value. RETURNS
The version of the currently used protocol. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_protocol_get_version(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

usage of brackets for if

Hi, I would like to know about the usage of brackets to negate a set of boolean evaluations an equivalent to what i am trying is below if or || ] ] then echo"valid time of day" else echo "invalid input" exit fi the bracket structue as mentioned doesnt work .. i am using ksh.... (4 Replies)
Discussion started by: lakshmikanth
4 Replies

2. Shell Programming and Scripting

remove lines based on score criteria

Hi guys, Please guide for Solution. PART-I INPUT FILE (has 2 columns ID and score) TC5584_1 93.9 DV161411_2 79.5 BP132435_5 46.8 EB682112_1 34.7 BP132435_4 29.5 TC13860_2 10.1 OUTPUT FILE (It shudn't contain the line ' BP132435_4 29.5 ' as BP132435 is repeated... (2 Replies)
Discussion started by: smriti_shridhar
2 Replies

3. Shell Programming and Scripting

Please help me format with AWK or SED

INPUT FILE: 9780743565219 "GODS OF NEWPORT" "JAKES, JOHN" 2006 OUTPUT FILE I NEED to CREATE FROM INPUT FILE: cd /data/audiobooks/9780743565219 ~/Desktop/mp3-to-m4b 9780743565219-GODS OF NEWPORT "GODS OF NEWPORT" "JAKES, JOHN" 2006 n ---------- Post updated at 04:19 PM ----------... (6 Replies)
Discussion started by: glev2005
6 Replies

4. Shell Programming and Scripting

BC

Spent ages on this and given up.....any bright ideas? I would like an expression that if input -3 to -24, will give -27 to -48 and if input is -27 to -48, will give -3 to -24 i.e...... INPUT OUTPUT -3 -27 -4 -28 -24 -48 -27 -3 -28 -4 -48 ... (4 Replies)
Discussion started by: garethsays
4 Replies