Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wajig(1) [x11r4 man page]

wajig(1)						      General Commands Manual							  wajig(1)

NAME
wajig - Simplified command line administrator for Debian SYNOPSIS
wajig [options] commands... DESCRIPTION
This manual page briefly documents the wajig command. wajig packages into one tool many commands useful for managing a Debian system. Instead of having to remember whether to use dpkg or apt- get or apt-cache, etc, wajig does the selection of the appropriate tool for you. wajig is a user command but will use sudo to run commands requiring super user permissions. The primary documentation is available from http://www.togaware.com/wajig. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options to get you started is included below. For more details see wajig tutorial and wajig commands. -h, --help Show summary. -V, --version Show version of program. AUTHOR
This manual page was written by Graham Williams <Graham.Williams@togaware.com>, for the Debian GNU/Linux system (but may be used by oth- ers). March, 2012 wajig(1)

Check Out this Related Man Page

GLOGG(1)						      General Commands Manual							  GLOGG(1)

NAME
glogg -- interactively browses and searches through a file SYNOPSIS
glogg [QT options] [File] DESCRIPTION
This manual page documents briefly the glogg tool. This manual page was written for the Debian distribution because the original program does not have a manual page. For comprehensive docu- mentation, please see /usr/share/doc/glogg/documentation.html. glogg is a GUI application that helps browse and search through long and complex log files. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a full summary of options, run glogg --help. -h, --help Show summary of options. -v, --version Show version of program. -d, --debug Increase the amount of debug information output by the program. The option can be specified several times to increase the amount further. SEE ALSO
grep (1), less (1). AUTHOR
This manual page was written by Nicolas Bonnefon nicolas@bonnefon.org for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. GLOGG(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies