mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 04:06:28 +08:00
Summarize Cygwin and Windows path mapping
Addresses: #issuecomment-175369010
This commit is contained in:
parent
6f752fa251
commit
82d8626287
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ These are items relevant *only* on OS X.
|
|||
|
||||
- Access the Windows registry with `regtool`.
|
||||
|
||||
- Convert between Cygwin and Windows-style file paths with `cygpath`. This is most useful in scripts that invoke Windows programs.
|
||||
- Note that a `C:\` Windows drive path becomes `/cygdrive/c` under Cygwin, and that Cygwin's `/` appears under `C:\cygwin` on Windows. Convert between Cygwin and Windows-style file paths with `cygpath`. This is most useful in scripts that invoke Windows programs.
|
||||
|
||||
- You can perform and script most Windows system administration tasks from the command line by learning and using `wmic`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue