home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The HTML Web Publisher's Construction Kit
/
HTMLWPCK.ISO
/
unix
/
cgi
/
dir.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1995-07-11
|
228 b
|
11 lines
#! /bin/sh
echo Content-type: text/html
echo
echo "<HTML><HEAD><TITLE>Test script</HTML></HEAD><BODY>"
echo "This prints the working directory of this cgi-script"
echo "<PRE>"
/usr/bin/pwd
echo
ls -l
echo "</PRE></BODY></HTML>"