Linux CLI - Viewing and Editing Files
When executing
head -n 5 file.txt, what is the expected time complexity relative to the file size?head -n 5 file.txt, what is the expected time complexity relative to the file size?head behaviorhead -n 5 reads only the first 5 lines, ignoring the rest.head reads fixed lines [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions