MPASM Macro : cfLES (Compare File Less Than File)
Introduction
Compares 2 file registers and determines if file 1 is less than file 2. If less than then jump to the passed address.
Compares 2 file registers and determines if file 1 is less than file 2. If less than then jump to the passed address.
Compares a file register to a constant and determines if the file is greater than a constant. If greater than then jump to the passed address.
Compares 2 file registers and determines if file 1 is greater than file 2. If greater than then jump to the passed address.
Compares a file registers to a constant value and determine if equal. If equal then jump to the passed address.
Compares 2 file registers and determine if equal. If equal then jump to the passed address.
Usermin is a web-based interface for webmail, password changing, mail filters, fetchmail and much more. It is designed for use by regular non-root users on a Unix system, and limits them to tasks that they would be able to perform if logged in via SSH or at the console. You can visit http://www.webmin.com/usermin.html to view the documentation and modules avaliable for usermin. The information below is based on a condensed version of a post shown in the sources and modified to install usermin.

Introduction
Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on. You can visit www.webmin.com to view the documentation and modules avaliable for webmin. The information below is based on a condensed version of a post shown in the sources.