I ran ls -lr * on a dir and the results are too long for viewing. I can't scroll to the beginning of the results in my telnet screen. The only solution I can think of is to pipe the results to a temp file. Is that possible? What commands should I use?
TIA
I have a CGI process that dynamically populates an html form with parsed data from other html files.
Everything works fine except when the data contains double quotes.
My O’Reilly book says, “Double-quote characters may be contained within strings delimited by single-quote characters, and...
Ok this one's really got me twisted up. I'm trying to set the value of a hash to another hash if two values are the same.
It works with the following for loop:
for(@{$IOprocedures{all}{active}}) {
if ($IOprocedures{current}{number} eq $_->{number}) {
$IOprocedures{current}{active} =...
If you write the web pages in jsp you can "include" files(txt, html, etc...).
For example, you could have a txt file for the heading, footer, main nav, sub nav, body and bring them in via a include statement
looks like the forum converted the entity name to the character, which is expected...
here ya go, again
Replace:
<
With
& lt; (added the space between & and l so it wouldn't get converted))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.