The `uniq` command from `coreutils` does not handle being passed a filename as an argument: ```bash js-shell: uniq months.txt uniq: error reading 'months.txt': Bad file descriptor ```