Difference between revisions of "Shell scripts"

From GeodesyLab
Jump to: navigation, search
 
(44 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  <php>
+
<include-html>/export/ftpweb/htdocs/sh2doc/index.html</include-html>
  $foo = 45;
+
  for ( $i = 1; $i < $foo; $i++ )
+
  {
+
    echo "$foo<br />\n";
+
    --$foo;
+
  }
+
  </php>
+
 
+
<include src="http://www.ietf.org/rfc/rfc1945" />
+

Latest revision as of 00:11, 9 January 2009

<include-html>/export/ftpweb/htdocs/sh2doc/index.html</include-html>