GNU Core Utilities: Reading files using cat, tac, head and tail, and nl, od, base32, base64 and basenc

Introduction

Introduction

cat

head and tail

head(first x lines)

tail(last x lines)

nl

Number of lines. Prints file along with line number.