[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
get rid of prolog banner
From: |
olivier . dameron |
Subject: |
get rid of prolog banner |
Date: |
Fri, 25 Apr 2003 23:49:47 +0200 (MEST) |
Dear list members,
I am considering using prolog to perform queries on a set of facts.
Another program would format properly the result through a pipe
The set of facts is read in a file with --entry-goal, the query is loaded
with --query-goal
gprolog --entry-goal '[factsFile]' --query-goal 'foo(bar);halt(0)' |
performNiceFormattingHere
I would like to get rid of the 6-lines banner:
GNU Prolog 1.2.16
By Daniel Diaz
Copyright (C) 1999-2002 Daniel Diaz
compiling /home/olivier/tmp/prolog/testProlog.pro for byte code...
/home/olivier/tmp/prolog/testProlog.pro compiled, 32 lines read - 2832 bytes
written, 25 ms
| ?- foo(bar);halt(0).
Is there an easy way to do this, or would a little shell scripting do the
trick ?
Cheers,
Olivier
--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
- get rid of prolog banner,
olivier . dameron <=
- Re: get rid of prolog banner, Erick Alphonse, 2003/04/25
- Re: get rid of prolog banner, olivier . dameron, 2003/04/26
- Re: get rid of prolog banner, Salvador Abreu, 2003/04/26
- Re: get rid of prolog banner, Lindsey Spratt, 2003/04/26
- Re: get rid of prolog banner, olivier . dameron, 2003/04/27
- Re: SOLVED get rid of prolog banner, olivier . dameron, 2003/04/27
- Re: SOLVED get rid of prolog banner, Daniel Diaz, 2003/04/29