We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
echo "<html>" > htmlRun.html
echo "<body>" >> htmlRun.html
for d in *
do
`echo ${d} >> htmlRun.html` `echo "<br>" >> htmlRun.html`
done
echo "</html>" >> htmlRun.html
echo "</body>" >> htmlRun.html firefox htmlRun.html
echo "</body>" >> htmlRun.html
firefox htmlRun.html