o yes , sorry ... my bad
this is for windows syntax
sorry once again
g
----- Original Message -----
From: "Sal Mangiapane" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, May 11, 2005 12:27 PM
Subject: Re: include/exclude
goc wrote:
hi all,
a short one
in
exclude "*:/.../nohup.out*"
what does *: mean ?
and then with dsmc q inclexcl
*** FILE INCLUDE/EXCLUDE ***
Mode Function Pattern (match from top down) Source File
---- --------- ------------------------------ -----------------
No exclude filespace statements defined.
No exclude directory statements defined.
Exclude All /.../*:/.../nohup.out*
/usr/local/etc/inclexcl.file
No DFS include/exclude statements defined.
thanks in advance ?
The : is the drive delimiter.
The *: means any drive.
But, nohup.out is probably a file on a UNIX based computer and drive
letters don't really make sense.
Hope this helps,