On Thu, Nov 29, 2012 at 5:35 PM, Gilles <[email protected]> wrote:
>
> D:\Temp\test.fossil>dir *.html
>
>  Directory of D:\Temp\test.fossil
>
> 29/11/2012  17:19                 5 dummy.html
>                1 File(s)              5 bytes
>                0 Dir(s)  303 243 038 720 bytes free
>
> D:\Temp\test.fossil>fossil test-echo *.html
> argv[0] = [fossil]
> argv[1] = [test-echo]
> argv[2] = [*.html]
>
> It works with a single file:
>
> D:\Temp\test.fossil>fossil add dummy.html
> ADDED  dummy.html
>
> I've always tried using the full paths, to no avail:
> D:\Temp\test.fossil>fossil add "D:/Temp/test.fossil/*.html"
> fossil: not found: D:/Temp/test.fossil/*.html

You can also do:
for %x in (*.html) do fossil add %x

/Peter
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to