All public logs

Combined display of all available logs of WIKI TKJ. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:19, 3 November 2025 Novy talk contribs created page Linux : Perintah head (Created page with "thumb|tux {| class="wikitable" !'''Atribut / Opsi''' !'''Keterangan''' !'''Contoh Penggunaan Aplikatif''' |- |''(tanpa opsi)'' |Menampilkan '''10 baris pertama''' dari sebuah file |<code>head data.txt</code> |- |<code>-n <jumlah></code> |Menampilkan '''jumlah baris tertentu''' dari awal file |<code>head -n 20 log.txt</code> → menampilkan 20 baris pertama |- |<code>-c <jumlah></code> |Menampilkan '''jumlah byte''' pertama |<code>head -c 50 file.txt</cod...") Tag: Visual edit