Re: [PHP] trouble with deleting files on unix

2002-03-14 Thread Jason Wong
On Thursday 14 March 2002 20:01, andy wrote: > Hi there, > > I know this is not a unix board, but maybe someone had to cope with the > same problem. > > I have a couple of wired filenames matching all this pattern .jpeg: > > How can I delete all files matching this pattern recursive in all > dire

[PHP] trouble with deleting files on unix

2002-03-14 Thread andy
Hi there, I know this is not a unix board, but maybe someone had to cope with the same problem. I have a couple of wired filenames matching all this pattern .jpeg: How can I delete all files matching this pattern recursive in all directories? I tryed : rm -r test *.jpeg:* But this only delete