binprobe.dat
Package: WA2L/edrc 1.5.57
Section: File Formats (4)
Updated: 20 March 2025
Index
Return to Main Contents
 
NAME
binprobe.dat - binary probe configuration for binprobe
 
SYNOPSIS
edrc/etc/binprobe.dat
 
AVAILABILITY
WA2L/edrc
 
DESCRIPTION
This is the binary probe definition for the
binprobe
command.
 
FILEFORMAT
The fileformat is a list of definitions that have the format
COMMAND;TYPE;OPTIONS;EXITCODE;TESTCMD;COMMENT;
Rows starting with a 
#
are considered as comments. Empty lines are allowed, too.
 
OPTIONS
- COMMAND
 - 
command to probe.
 - TYPE
 - 
command type as in 
compatibility(1).
 - OPTIONS
 - 
probe options.
 - EXITCODE
 - 
expected exit code.
 - TESTCMD
 - 
test command if it is different from
COMMAND
OPTIONS.
When the
TESTCMD
is set to
MANUAL
the
COMMAND
is not executed, but the status is set to
[ MANL ]
to indicate that a manual check is needed.
This is to document GUI programs. 
 - COMMENT
 - 
free text comment.
 
 
EXAMPLES
#
# binprobe.dat - configuration file for binprobe
#
# [00] 25.10.2020 CWa   Initial Version
# [01] 01.11.2020 CWa   ++      
#
COMMAND;TYPE;OPTIONS;EXITCODE;TESTCMD;COMMENT;
banner;BIN;-h;0;;;
bunzip2;BIN;-h;0;;;
bzcat;BIN;-h;0;;;
bzdiff;SCR;-h;1;;;
bzgrep;SCR;probe probe;1;;;
changepwd_trusted;BIN;-h;0;;HP-UX 11 only;
epub2pdf;JBIN;;;MANUAL;;
psjoin;PSCR;-h0;;;
 
SEE ALSO
edrcintro(1),
compatibility(1),
binprobe(1m)
 
NOTES
-
 
BUGS
-
 
AUTHOR
binprobe.dat was developed by Christian Walther. Send suggestions
and bug reports to wa2l@users.sourceforge.net .
 
COPYRIGHT
Copyright © 2021
Christian Walther
This is free software; see
edrc/doc/COPYING
for copying conditions. There is ABSOLUTELY NO WARRANTY; not
even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This document was created by man2html
using the manual pages.
Time: 22:41:36 GMT, March 20, 2025