The above variables are the variables that are specific to the echo command. However, echo can also print any environment variables
Here is the file that I include in my class pages
Relative reference: <!--#include file="menu.htm">
Absolute reference: <!--#include virtual="/~downeyt/includes/menu.htm">
Here is the file that I include in my class pages
Relative reference: Last modified on <!--#flastmod file="menu.htm">
Last modified on
Absolute reference: Last modified on <!--#flastmod virtual="/menu.htm">
Last modified on
Relative reference: File size in K <!--#fsize file="menu.htm">
File size in K
Absolute reference: File size in K <!--#fsize virtual="/~downeyt/includes/menu.htm">
File size in K
It is also possible to include the output of a cgi script
How did I get from here to there?
<!--#exec cmd="/usr/local/bin/traceroute $REMOTE_ADDR"-->
Using the default settings for file size, time, and error message
Changing the defaults
<!--#config sizefmt="bytes" timefmt="%m/%d/%y" errmsg="(OOPS, something didn't work)"-->
File Size Formats
Time Formats