Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE html
            PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    ...
      </tr>
    
    ... and some more stuff just like above.
    
  2. or download this
    [root@mybox ~]# grep SESSION val.html | awk -F'=' '{ print $4 }' | awk
    + -F"'" '{ print $1 }' | head -1
    41f647b1a8c1e6ad9f8bd25672459223
    [root@mybox ~]#