regex + sbackup

dave s ubuntu at pusspaws.net
Wed Feb 15 01:18:22 UTC 2006


On Tuesday 14 Feb 2006 23:05, Darryl Clarke wrote:
> On 14/02/06, dave s <ubuntu at pusspaws.net> wrote:
> > > > > /home/[^/]+?/\.thumbnails
> > > >
> > > > /home/dave/test/^data$
> > >
> > > /home/[^/]+?/\data
> >
> > /home/dave/test/[^/]+?/\data
>
> [snipped a bunch of stuff]
>
> In the first example the \.thumbnails the \ is escaping the . in
> .thumbnails it is not required in the samples that include data.
>
> /home/dave/test/[^/]+?/data
>
> should be the proper regex.
>
> --
> ~ Darryl  ~ smartssa at gmail.com
> ~ http://darrylclarke.com

I see your point, tried 

/home/dave/test/[^/]+?/data

unfortunately same problem, not excluded

dave





More information about the ubuntu-users mailing list