Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gitview(1) [suse man page]

GITVIEW(1)                                                    General Commands Manual                                                   GITVIEW(1)

NAME
gitview - An ASCII/HEX file viewer SYNOPSIS
gitview [-hvcblp] file DESCRIPTION
This manual page documents briefly the gitview command. gitview is an ASCII/HEX file viewer. Use the `arrows', `PageUp', `PageDown', `Home', `End', `^N', `^P', `^V', `ESC v', `Space' and `Backspace' to move in the file, `^L' to refresh the screen and `F10', `q' or `^X ^C' to leave. More extensive documentation on gitview and the other gnuit tools is available in info format, try 'info gnuit'. You can change these keys, just read the GITVIEW-Setup, GITVIEW-Color, GITVIEW-Monochrome and GITVIEW-Keys sections in the configuration files gnuitrc.TERM. gitview is part of git(1), the GNU Interactive Tools. OPTIONS
A summary of options is included below. For a complete description, see the Info files. -h Show summary of options. -v Show version of program. -c Use ANSI colours. -b Don't use ANSI colours. -l Don't use last screen character. SEE ALSO
gitfm(1) gitview and gitfm are documented fully by GNU Interactive Tools, available via the Info system. BUGS
Please send bug reports to: gnuit-dev@gnu.org AUTHORS
Tudor Hulubei <tudor@cs.unh.edu> Andrei Pitis <pink@pub.ro> Ian Beckwith <ianb@erislabs.net> (Current maintainer) Sep 30, 2007 GITVIEW(1)

Check Out this Related Man Page

GITVIEW(1)						      General Commands Manual							GITVIEW(1)

NAME
gitview - An ASCII/HEX file viewer SYNOPSIS
gitview [-hvcblp] file DESCRIPTION
This manual page documents briefly the gitview command. gitview is an ASCII/HEX file viewer. Use the `arrows', `PageUp', `PageDown', `Home', `End', `^N', `^P', `^V', `ESC v', `Space' and `Backspace' to move in the file, `^L' to refresh the screen and `F10', `q' or `^X ^C' to leave. More extensive documentation on gitview and the other gnuit tools is available in info format, try 'info gnuit'. You can change these keys, just read the GITVIEW-Setup, GITVIEW-Color, GITVIEW-Monochrome and GITVIEW-Keys sections in the configuration files gnuitrc.TERM. gitview is part of git(1), the GNU Interactive Tools. OPTIONS
A summary of options is included below. For a complete description, see the Info files. -h Show summary of options. -v Show version of program. -c Use ANSI colours. -b Don't use ANSI colours. -l Don't use last screen character. SEE ALSO
gitfm(1) gitview and gitfm are documented fully by GNU Interactive Tools, available via the Info system. BUGS
Please send bug reports to: gnuit-dev@gnu.org AUTHORS
Tudor Hulubei <tudor@cs.unh.edu> Andrei Pitis <pink@pub.ro> Ian Beckwith <ianb@erislabs.net> (Current maintainer) Sep 30, 2007 GITVIEW(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to specify a FS as HEX value in AWK

Hi All, I have one input file seperated with Hex decimal B1 value. And i want to process this file. And iam creating an awk script to process this file. How can I specify the Field seperator as HEX B1 in my awk. Please help. Thanks in advance.:) (2 Replies)
Discussion started by: psk_kumar
2 Replies

2. Shell Programming and Scripting

Help with sed to add delimiter to send HEX with netcat

Hello, I want to send tcpflow dump to a TCP port in HEX data, to send with netcat i need to convert to HEX and add \\x before each HEX bytes, to do this i use this line: tcpflow -i -C dst port | xxd -p | sed 's/../&\\\\x/g;s/ $//' | nc the output on the listening end:... (3 Replies)
Discussion started by: patx
3 Replies

3. Shell Programming and Scripting

String to HEX conversion in UNIX

i have this below string which i need to convert it to HEX. i have already tried it but it showing extra few things on it.. let me show what i have done and what is the output i am getting and what is the desired output the input string is "!\"\"\"\"\"\"\"!\"\"\"\"\"\"\"" which is... (4 Replies)
Discussion started by: vivek d r
4 Replies