Junior
How to display the last 100 lines of logs?
sobes.tech AI
Answer from AI
# Display the last 100 lines from the file logs.txt
tail -n 100 logs.txt
sobes.tech AI
Answer from AI
# Display the last 100 lines from the file logs.txt
tail -n 100 logs.txt