Leetcode/bash/195.sh

3 lines
101 B
Bash
Raw Normal View History

2024-06-21 00:36:40 +00:00
# Read from the file file.txt and output the tenth line to stdout.
head -n 10 file.txt | tail -n +10