003 File Manager
Current Path:
/usr/src/contrib/one-true-awk
usr
/
src
/
contrib
/
one-true-awk
/
📁
..
📄
ChangeLog
(8.58 KB)
📄
FIXES
(38.99 KB)
📄
FREEBSD-upgrade
(601 B)
📄
LICENSE
(1.13 KB)
📄
README
(3.77 KB)
📄
REGRESS
(482 B)
📄
awk.1
(11.06 KB)
📄
awk.h
(6.83 KB)
📄
awkgram.y
(13.61 KB)
📄
b.c
(29.74 KB)
📁
bugs-fixed
📄
lex.c
(12.93 KB)
📄
lib.c
(17.43 KB)
📄
main.c
(5.96 KB)
📄
makefile
(3.29 KB)
📄
maketab.c
(5.19 KB)
📄
parse.c
(5.07 KB)
📄
proctab.c
(4.93 KB)
📄
proto.h
(6.83 KB)
📄
run.c
(46.44 KB)
📄
tran.c
(15.84 KB)
Editing: REGRESS
#! /bin/sh case `uname` in CYGWIN) EXE=a.exe ;; *) EXE=a.out ;; esac if [ ! -f $EXE ] then make || exit 1 fi if [ -d testdir ] then true # do nothing elif [ -f awktest.tar ] then echo extracting testdir tar -xpf awktest.tar else echo $0: No testdir directory and no awktest.tar to extract it from! >&2 exit 1 fi cd testdir pwd PATH=.:$PATH export PATH if (ulimit -c unlimited > /dev/null 2>&1) then # Workaround broken default on MacOS X ulimit -c unlimited fi REGRESS
Upload File
Create Folder