????
| Current Path : /proc/self/root/proc/self/root/usr/share/doc/dialog-1.2/samples/ |
| Current File : //proc/self/root/proc/self/root/usr/share/doc/dialog-1.2/samples/listing |
#!/bin/sh # $Id: listing,v 1.2 2007/05/28 12:40:36 tom Exp $ while true do ls -lrt date sleep 1 done