File: listing

package info (click to toggle)
dialog 1.3-20160828-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,120 kB
  • ctags: 1,761
  • sloc: ansic: 17,594; sh: 7,075; makefile: 451; perl: 355; python: 164
file content (8 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id: listing,v 1.2 2007/05/28 12:40:36 tom Exp $
while true
do
ls -lrt
date
sleep 1
done