home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Piper's Pit BBS/FTP: ibm 0210 - 0219
/
ibm0210-0219
/
ibm0213.tar
/
ibm0213
/
HAM_W32.ZIP
/
SAMPLES
/
NEWFILES.CSH
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-12
|
296 b
|
15 lines
# List all the files or directories in the current directory that
# do not occur in the specified directory.
# Copyright (c) 1990 by Hamilton Laboratories. All rights reserved.
proc newfiles(olddir)
local i
foreach i (*)
if (! -e $olddir\$i) calc i
end
end
newfiles $argv