from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





g-md2man

Section: User Manual (1)
Updated: January 2015
Index Return to Main Contents

 

NAME

g-md2man - Convert markdown files into manpages

 

SYNOPSIS

g-md2man [-in=/path/to/md/file] [-out=/path/to/output]

 

DESCRIPTION

g-md2man converts standard markdown formatted documents into manpages. It is written purely in Go so as to reduce dependencies on 3rd party libs.

By default, the input is stdin and the output is stdout.

 

OPTIONS

-in=file
Path to markdown file to be processed.

Defaults to stdin.

-out=file
Path to output processed file.

Defaults to stdout.

 

EXAMPLES

Convert the markdown file g-md2man.1.md into a manpage:

g-md2man < g-md2man.1.md > g-md2man.1

Same, but using command line arguments instead of shell redirection:

g-md2man-in=g-md2man.1.md-out=g-md2man.1

 

HISTORY

January 2015, Originally compiled by Brian Goff (cpuguy83@gmail.com).


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
HISTORY





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 17.2 ms