Langsung ke konten utama

BASH - How To Extract the First 85 Lines From a File

BASH - Extract the first 85 lines from a file:

$ head -85 file.txt

Komentar