Re: Pack Ann: by_unix
Michael Hendricks <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <CAFHuXuZo+Q5cqZtPxrx88MS-cvxZGat1UrHG4i7yPEfpCEUupw@mail.gmail.com> |
That's a nifty tool. Everything I tried worked great on OS X 10.9 Thanks. -- Michael On Thu, Dec 26, 2013 at 3:46 PM, Nicos Angelopoulos < [email protected]> wrote: > > New pack available. > > by_unix: An elegance layer to calling unix commands. > > This library provides primitives that allow programmers and users > to embed calls to process_create/3. The aim is to keep application > code clear and succinct. This is achieved by (a) reducing the call to > process_create/3 to its essential constituents and (b) allowing for > term structures in the arguments of the call. > > ?- @ mkdir( -p, /tmp/test_by_unix ). > ?- @ cd( /tmp/test_by_unix ). > ?- @ touch( empty.pl ). > ?- @ rm( -f, empty.pl ). > > webpage: http://stoics.org.uk/~nicos/sware/by_unix/ > > > Nicos Angelopoulos. > _______________________________________________ > SWI-Prolog mailing list > [email protected] > https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog > -------------- next part -------------- HTML attachment scrubbed and removed