ADSM-L

Re: exclude directories

1998-01-29 08:41:12
Subject: Re: exclude directories
From: Steven P Roder <tkssteve AT ACSU.BUFFALO DOT EDU>
Date: Thu, 29 Jan 1998 08:41:12 -0500
On Thu, 29 Jan 1998, Dennis Riley wrote:
> order to exclude subdirectories, I had to have a seperate line for each
> level. Example:
>   exclude /dir1/dir2/*       # this only excluded files under /dir/dir2
>   exclude /dir1/dir2/*/*     # to get the next subdirectory level
>   exclude /dir1/dir2/*/*/*   # to get the next level - see a pattern?

Try exclude /dir1/dir2/.../*   # all files and dirs starting at /dir1/dir2

Steve (unVMix Systems Programmer/Dude) Roder
(tkssteve AT ubvm.cc.buffalo DOT edu | tkssteve AT acsu.buffalo DOT edu | 
(716)645-3564 ,
   | http://ubvm.cc.buffalo.edu/~tkssteve)
<Prev in Thread] Current Thread [Next in Thread>