pages.id/*: add and improve Indonesian translation (#11640)
* 7z, 7za, 7zr: update Indonesian translation * common: imperative mood on Indonesian translation * linux, osx, windows: imperative mood on Indonesian translation * common, linux: add Indonesian translation * powershell, pwsh: add Indonesian translation * common: add Indonesian translation * gcc: use standard file path template * Update pages.id/common/gcc.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/gcc.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/7za.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Apply suggestions from code review Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.id/common/gcc.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages.id/common/7za.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update 7za.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update gcc.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * git-commit: update Indonesian translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
36e4853e5d
commit
2ee54b9032
@@ -3,22 +3,22 @@
|
||||
> Sejarah command-line.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/bash/manual/html_node/Bash-History-Builtins.html>.
|
||||
|
||||
- Menampilkan sejarah perintah-perintah dengan angka baris:
|
||||
- Tampilkan sejarah perintah-perintah dengan angka baris:
|
||||
|
||||
`history`
|
||||
|
||||
- Menampilkan 20 perintah-perintah terakhir (di `zsh` perintah ini menampilkan semua perintah-perintah sejak dari baris ke-20):
|
||||
- Tampilkan 20 perintah-perintah terakhir (di `zsh` perintah ini menampilkan semua perintah-perintah sejak dari baris ke-20):
|
||||
|
||||
`history {{20}}`
|
||||
|
||||
- Menghapus sejarah perintah-perintah (hanya untuk sesi shell `bash` saat ini):
|
||||
- Hapus sejarah perintah-perintah (hanya untuk sesi shell `bash` saat ini):
|
||||
|
||||
`history -c`
|
||||
|
||||
- Menulis ulang file sejarah dengan sejarah sesi shell `bash` saat ini (seringkali dikombinasikan dengan `history -c` untuk menghapus sejarah):
|
||||
- Tulis ulang file sejarah dengan sejarah sesi shell `bash` saat ini (seringkali dikombinasikan dengan `history -c` untuk menghapus sejarah):
|
||||
|
||||
`history -w`
|
||||
|
||||
- Menghapus entri sejarah pada offset tertentu:
|
||||
- Hapus entri sejarah pada offset tertentu:
|
||||
|
||||
`history -d {{offset}}`
|
||||
|
Reference in New Issue
Block a user