HP3000-L Archives

July 2004, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Emerson, Tom" <[log in to unmask]>
Reply To:
Emerson, Tom
Date:
Wed, 28 Jul 2004 17:24:16 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
There is, of course, a commercial solution: MPEX from VEsoft has had the ability to "subtract" a subset of files you are not interested in for years.

note that when dealing with HFS filenames and "fileset subtraction", you need a space around the minus sign, otherwise it gets treated as part of the filename...

988/COREDEV/TEMPTE%echo data >./file1.tmp
988/COREDEV/TEMPTE%echo data >./file2.tmp
988/COREDEV/TEMPTE%echo data >./file1.rdy
988/COREDEV/TEMPTE%echo data >./file1
988/COREDEV/TEMPTE%echo data >./file1.asf
988/COREDEV/TEMPTE%save ./file1
988/COREDEV/TEMPTE%save ./file1.tmp
988/COREDEV/TEMPTE%save ./file2.tmp
988/COREDEV/TEMPTE%save ./file1.asf
988/COREDEV/TEMPTE%save ./file1.rdy
988/COREDEV/TEMPTE%listf ./file@,6
/COREDEV/TEMPTE/file1
/COREDEV/TEMPTE/file1.asf
/COREDEV/TEMPTE/file1.rdy
/COREDEV/TEMPTE/file1.tmp
/COREDEV/TEMPTE/file2.tmp
988/COREDEV/TEMPTE%listf [log in to unmask]@.rdy,6
No MPE-named files found in file set. (CIWARN 431)
988/COREDEV/TEMPTE%listf ./file@ - [log in to unmask],6
/COREDEV/TEMPTE/file1
/COREDEV/TEMPTE/file1.asf
/COREDEV/TEMPTE/file1.tmp
/COREDEV/TEMPTE/file2.tmp
988/COREDEV/TEMPTE%
988/COREDEV/TEMPTE%listf ./file@ - [log in to unmask]@,6
/COREDEV/TEMPTE/file1
988/COREDEV/TEMPTE%

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2