Linux CLI - Viewing and Editing Files
Given a file
data.log with 50 lines, what will be the output of head -n 5 data.log | tail -n 3?data.log with 50 lines, what will be the output of head -n 5 data.log | tail -n 3?head -n 5 data.logtail -n 315+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions