mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
apfsd, start-process, start: fix mistakes picked up by the error script (#23048)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# apfsd
|
||||
|
||||
> Manages volumes in the file system.
|
||||
> Manage volumes in the file system.
|
||||
> It should not be invoked manually.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/apfsd.8.html>.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
> Can also be used to run Windows programs registered in the `App Paths` Windows Registry despite not registered in `PATH` environment variable.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-process>.
|
||||
|
||||
- Open a specific directory on Windows Explorer (equivalent to `explorer {{path\to\directory}}`):
|
||||
- Open a specific directory on Windows Explorer (equivalent to `explorer path\to\directory`):
|
||||
|
||||
`Start-Process {{path\to\directory}}`
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
`start "{{window_title}}" {{cmd|powershell|python|...}}`
|
||||
|
||||
- Open a specific directory on Windows Explorer (equivalent to `explorer {{path\to\directory}}`):
|
||||
- Open a specific directory on Windows Explorer (equivalent to `explorer path\to\directory`):
|
||||
|
||||
`start "" "{{path\to\directory}}"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user