Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
uniq(1)
Edit
PageHistory
Diff
Info
LikePages
UNIQ !!!UNIQ NAME SYNOPSIS DESCRIPTION AUTHOR REPORTING BUGS COPYRIGHT SEE ALSO ---- !!NAME uniq - remove duplicate lines from a sorted file !!SYNOPSIS __uniq__ [[''OPTION'']... [[''INPUT'' [[''OUTPUT'']] !!DESCRIPTION Discard all but one of successive identical lines from INPUT (or standard input), writing to OUTPUT (or standard output). __-c__, __--count__ prefix lines by the number of occurrences __-d__, __--repeated__ only print duplicate lines __-D__, __--all-repeated__ print all duplicate lines __-f__, __--skip-fields__=''N'' avoid comparing the first N fields __-i__, __--ignore-case__ ignore differences in case when comparing __-s__, __--skip-chars__=''N'' avoid comparing the first N characters __-t__, __--separator__=''SEP'' use SEParator to delimit fields __-u__, __--unique__ only print unique lines __-w__, __--check-chars__=''N'' compare no more than N characters in lines __-W__, __--check-fields__=''N'' compare no more than N fields in lines __-N__ same as __-f__ N +N same as __-s__ N __--help__ display this help and exit __--version__ output version information and exit A field is a run of whitespace, then non-whitespace characters, unless a SEParator is given. Fields are skipped before chars. !!AUTHOR Written by Richard Stallman and David !MacKenzie. !!REPORTING BUGS Report bugs to !!COPYRIGHT Copyright 1999 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. !!SEE ALSO The full documentation for __uniq__ is maintained as a Texinfo manual. If the __info__ and __uniq__ programs are properly installed at your site, the command __info uniq__ should give you access to the complete manual. ----
3 pages link to
uniq(1)
:
perlfaq4(1)
Man1u
TextUtilities
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.