代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/377342/9279702
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/377342/9279724
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/377342/9280262
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/180734/9296276
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/180734/9296294
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/180734/9296977
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/177981/9424556
go
# csh script for running GENESIS
echo making executables ...
make f=$1 ga.$1
echo running ga.$1 $2 ...
ga.$1 $2
echo making report ...
if (x$2 == x) then
echo rep for ga.$1 > rep
date >> r
www.eeworm.com/read/177981/9424558
bat go.bat
echo off
echo making executables ...
make
echo running ga %1 ...
ga %1
echo making report ...
if x == x%1 goto NULL
echo rep.%1 for ga %1 > rep.%1
report %1 >> rep.%1
goto DONE
:NULL
echo r
www.eeworm.com/read/366581/9807917
1 gzexe.1
.TH GZEXE 1
.SH NAME
gzexe \- compress executable files in place
.SH SYNOPSIS
.B gzexe
[ name ... ]
.SH DESCRIPTION
The
.I gzexe
utility allows you to compress executables in place and have them
aut