"Taking a LiveFire Labs' course is an excellent way to learn
Linux/Unix. The lessons are well thought out, the material is
explained thoroughly, and you get to perform exercises on a real
Linux/Unix box. It was money well spent."
LiveFire Labs' UNIX and Linux Operating System Fundamentals
course was very enjoyable. Although I regularly used UNIX systems
for 16 years, I haven't done so since 2000. This course was a
great refresher. The exercises were fun and helped me gain a real
feel for working with UNIX/Linux OS. Thanks very much!"
unix commands
shell script
command prompt
unix commands
unix system administration
shell script
unix commands
uniq [option] [input-file] [output-file]
[ If you are new to UNIX and need an overview of important UNIX commands and concepts, check out our Basic UNIX Commands and Concepts Tutorial for Beginners ]
$ uniq unixfile
unix commands
shell script
command prompt
unix commands
unix system administration
shell script
unix commands
$ sort unixfile | uniq
command prompt
shell script
unix commands
unix system administration
$ sort -u unixfile
command prompt
shell script
unix commands
unix system administration