티스토리 뷰

NixLog

cat a file from line 123 to line 456

135th 2017. 1. 31. 13:38

unbounded .bash_history

# Editing ~/.bashrc
HISTSIZE=
HISTFILESIZE=


cat a file from line 123 to line 456

tail -n +123 /path/to/target/file | head -n ${456-123}

댓글