Skip to content

Instantly share code, notes, and snippets.

.TH FILEVIEWER 1
.SH NAME
fileViewer \- view files
.SH SYNOPSIS
.B fileViewer
[\fIOPTION\fR]... \fIFILE\fR
.SH DESCRIPTION
.B fileViewer
is a file viewer that will display the selected file to standard output or a if a directory, it will operate interactively. In interactive mode, for each file in the directory, the user will be asked if the file is to be displayed to standard output.
.SS OPTIONS
# /etc/fail2ban/jail.local
[ghost-blog-auth]
enabled = true
port=443
filter = ghost-blog-auth
logpath = /var/log/upstart/ghost.log
maxretry = 3
public static void main(String[] args){
System.out.println("Hello");
}