#! /bin/bash cat file.txt head -n 10 file.txt tail -n 10 file.txt more file.txt