groff
[Top][All Lists]
Advanced

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

Re: [groff] Advice wanted on drawing a file tree with pic


From: Ralph Corderoy
Subject: Re: [groff] Advice wanted on drawing a file tree with pic
Date: Thu, 07 Jun 2018 22:18:24 +0100

Hi Branden,

> > Indentation alone would seem sufficient to expose the hierarchy,
> > but if they are intent on drawing lines.
>
> Those UTF-8 characters go all wrong when a troff rather than nroff
> output device is used.

Yes, so use `indentation alone'.  :-)

    work/
        patches/
            series         (list of patches to apply)
            patch1.diff    (one particular patch)
            patch2.diff
            ...
        .pc/
            .quilt_patches (content of QUILT_PATCHES)
            .quilt_series  (content of QUILT_SERIES)
            patch1.diff/   (copy of patched files)
                ...
            patch2.diff/
                ...
            ...
        ...

E.g.

    find foo | sort -V | sed 's,[^/]*/,    ,g'

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy



reply via email to

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