X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish.pod;h=b63541929336bacd892c7ac0d42ae2cd8557b9f1;hp=66d991456ad1446c2e5e0e1a4932c6ca60448085;hb=00425c073e5c0743ef425cd12108a85ac36b15f4;hpb=984a35cfc0ae09821fb39307b98ec8399bcd8982 diff --git a/guestfish.pod b/guestfish.pod index 66d9914..b635419 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -350,6 +350,23 @@ it, eg: echo "~" +=head1 WINDOWS PATHS + +If a path is prefixed with C then you can use Windows-style +paths (with some limitations). The following commands are equivalent: + + file /WINDOWS/system32/config/system.LOG + + file win:/windows/system32/config/system.log + + file win:\windows\system32\config\system.log + + file WIN:C:\Windows\SYSTEM32\conFIG\SYSTEM.LOG + +This syntax implicitly calls C (q.v.) so it also +handles case insensitivity like Windows would. This only works in +argument positions that expect a path. + =head1 EXIT ON ERROR BEHAVIOUR By default, guestfish will ignore any errors when in interactive mode @@ -604,6 +621,7 @@ L, L, L, L, +L, L, L.