Introduction - University of North Florida

sort - sort lines of text files. uniq - remove duplicate lines from a sorted file. diff - find differences between two files. echo - display a line of text. sed - a Stream EDitor. tr - translate or delete characters. grep - search for lines in a file matching a pattern. head - output the first part of files. tail - output the last part of files ................
................