groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Building a troff parser


From: Mike Bianchi
Subject: Re: [Groff] Building a troff parser
Date: Tue, 3 Mar 2015 07:57:30 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Mar 03, 2015 at 01:00:35AM -0500, Eric Andrew Lewis wrote:
> In short, I'd like to make a program that does this:
> 
> $ explain "rm -rf *"
> rm -rf *
> └── rm       remove files or directories
>     ├── -r   remove directories and their contents recursively
>     ├── -f   ignore nonexistent files, never prompt
>     └── *    Remove (unlink) files matching this text pattern.

Are you aware of  rm --help ?

The --help argument is very common in commands.

-- 
 Mike Bianchi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]