Linux CLI - Viewing and Editing Files
Why does
less use a buffer to display file content instead of reading the entire file at once?less use a buffer to display file content instead of reading the entire file at once?less reads files in chunks (buffering) to handle large files efficiently without loading all content into memory.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions