Some of the most common command line operations involve reading, writing, or transforming file contents. cut Extracts information from each line of input. paste Combines lines from multiple files into a single stream. tr Applies translation operations to characters from the input sort Sorts each line of input. shuf Randomly orders lines of input. uniq Filters out adjacent, duplicate lines.