Sweden-Number/programs/winepath/winepath.man.in

48 lines
1.4 KiB
Groff
Raw Normal View History

2010-11-25 19:28:05 +01:00
.TH WINEPATH 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
winepath \- Tool to convert Unix paths to/from Win32 paths
.SH SYNOPSIS
2013-07-17 01:11:56 +02:00
.B winepath
.IR "option " { path }
2010-11-25 19:28:05 +01:00
.SH DESCRIPTION
.B winepath
2013-07-17 01:11:56 +02:00
is a tool to convert a Unix path to/from a Win32 (short/long) path
2010-11-25 19:28:05 +01:00
compatible with its Microsoft Windows counterpart.
If more than one option is given then the input paths are output in
all formats specified, in the order long, short, Unix, Windows.
If no option is given the default output is Unix format.
.SH OPTIONS
2013-07-17 01:11:56 +02:00
.IP \fB\-u\fR,\fB\ \-\-unix
2010-11-25 19:28:05 +01:00
converts a Windows path to a Unix path.
2013-07-17 01:11:56 +02:00
.IP \fB\-w\fR,\fB\ \-\-windows
2010-11-25 19:28:05 +01:00
converts a Unix path to a long Windows path.
2013-07-17 01:11:56 +02:00
.IP \fB\-l\fR,\fB\ \-\-long
2010-11-25 19:28:05 +01:00
converts the short Windows path of an existing file or directory to the long
format.
2013-07-17 01:11:56 +02:00
.IP \fB\-s\fR,\fB\ \-\-short
2010-11-25 19:28:05 +01:00
converts the long Windows path of an existing file or directory to the short
format.
2013-07-17 01:11:56 +02:00
.IP \fB\-0
2010-11-25 19:28:05 +01:00
separate output with \\0 character, instead of a newline.
2013-07-17 01:11:56 +02:00
.IP \fB\-h\fR,\fB\ \-\-help
2010-11-25 19:28:05 +01:00
shows winepath help message and exit.
.SH BUGS
Bugs can be reported on the
.UR https://bugs.winehq.org
.B Wine bug tracker
.UE .
.SH AVAILABILITY
.B winepath
is part of the Wine distribution, which is available through WineHQ,
the
.UR https://www.winehq.org/
.B Wine development headquarters
.UE .
2010-11-25 19:28:05 +01:00
.SH "SEE ALSO"
.BR wine (1),
.br
.UR https://www.winehq.org/help
.B Wine documentation and support
.UE .