[TUHS] Were all of you.. Hippies?

shawn wilson ag4ve.us at gmail.com
Fri Mar 24 17:23:40 AEST 2017


On Fri, Mar 24, 2017, 01:15 Random832 <random832 at fastmail.com> wrote:

> On Thu, Mar 23, 2017, at 21:03, ron minnich wrote:
> > In Unix, resources have names. They are visible in a name space,
> > organized
> > into directories. The names can be enumerated by opening and reading a
> > directory. Information about them can be determined with stat. Their
> > contents can be read by open and read. They can be changed with open and
> > write.
>
> And if each resource has a directory (possibly organized in a
> multiple-level hierarchy) containing several files that describe
> attributes of that resource, what are you to do when you want to print a
> report listing a summary of some information about those resources, one
> per line?
>

In bash -
which read -a foo; do echo <(cmd ${foo[0]});
done #...? :)

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170324/a73f1a23/attachment.html>


More information about the TUHS mailing list