This shows you the differences between two versions of the page.
— |
linux:bash:menampilkan-nomor-baris-output [2021/09/23 19:07] (current) kbadmin created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Bash: Menampilkan Nomor Baris Pada Output Grep ====== | ||
+ | Berikut ini adalah cara menampilkan nomor baris pada operasi grep | ||
+ | < | ||
+ | grep -n < | ||
+ | </ | ||
+ | |||
+ | Selamat mencoba. | ||
+ | |||