View Single Post
Old 2004-07-13, 11:14 AM   #10
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
ahhh, I was looking at the wrong thing.

"read" waits for you to type something.

while read servername


If you start the program and then type "domain.com", it will assign domain.com to the variable "servername" and check if /var/log/apache/domain.com is an ordinary file.
swedguy is offline   Reply With Quote