From b47a115dc2248c9a16de5caf4dcba93b53554a27 Mon Sep 17 00:00:00 2001 From: Adinda Praditya Date: Tue, 25 Oct 2022 19:40:25 +0700 Subject: [PATCH] history: add Indonesian translation (#9303) --- pages.id/common/history.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.id/common/history.md diff --git a/pages.id/common/history.md b/pages.id/common/history.md new file mode 100644 index 000000000..799d9778a --- /dev/null +++ b/pages.id/common/history.md @@ -0,0 +1,24 @@ +# history + +> Sejarah command-line. +> Informasi lebih lanjut: . + +- Menampilkan 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): + +`history {{20}}` + +- Menghapus 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): + +`history -w` + +- Menghapus entri sejarah pada offset tertentu: + +`history -d {{offset}}`