Hello,
thanks for the reply.
Eduardo M KALINOWSKI wrote:
On Qui, 16 Abr 2009, "Jerome BENOIT" wrote:
Hello List,
in side a bash script, I would like to test is a given program
is either a binary file or a script file:
is there way to so ?
file /path/to/program
I know file:
file /path/to/program gives a pretty print answer for human beings,
but I would like something as inhuman as
[ -x /path/to/program ] || exit 1
Is there a way to do so with file ?
Jerome
should give the information you need.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org