Lecture # 15 - Text Files (Advanced Commands)
Some advanced commands used for text files are:
uniq: The uniq command is used to filter out adjacent, duplicate lines in a file. It reads adjacent matching lines from the input, and only outputs one copy of each line, suppressing subsequent repetit...
devopswithabdullah.hashnode.dev3 min read