cd: update Indonesian translation; set-location: add Indonesian translation (#11467)
* common, windows: improve Indonesian translation * windows/cd: improve Indonesian translation * set-location: improve Indonesian translation
This commit is contained in:

committed by
GitHub

parent
b16c868c57
commit
1cfdd6a1e3
33
pages.id/windows/set-location.md
Normal file
33
pages.id/windows/set-location.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Set-Location
|
||||
|
||||
> Tampilkan direktori kerja saat ini atau pindah ke direktori lain.
|
||||
> Perintah ini hanya dapat digunakan dalam PowerShell.
|
||||
> Informasi lebih lanjut: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-location>.
|
||||
|
||||
- Pergi menuju suatu direktori pada drive yang sama:
|
||||
|
||||
`Set-Location {{jalan\menuju\direktori}}`
|
||||
|
||||
- Pergi menuju direktori tertentu pada [d]rive yang berbeda:
|
||||
|
||||
`Set-Location /d {{C}}:{{jalan\menuju\direktori}}`
|
||||
|
||||
- Pergi dan tampilkan lokasi lengkap (absolute path) atas direktori yang dituju:
|
||||
|
||||
`Set-Location {{jalan\menuju\direktori}} -PassThru`
|
||||
|
||||
- Pergi menuju induk dari direktori dari saat ini:
|
||||
|
||||
`Set-Location ..`
|
||||
|
||||
- Pergi menuju direktori pangkal/home milik pengguna saat ini:
|
||||
|
||||
`Set-Location ~`
|
||||
|
||||
- Pergi menuju direktori yang telah dikunjungi sebelumnya/setelahnya
|
||||
|
||||
`Set-Location {{-|+}}`
|
||||
|
||||
- Pergi menuju akar (root) dari drive saat ini:
|
||||
|
||||
`Set-Location \`
|
Reference in New Issue
Block a user