Red Hat Linux 9 Professional Secrets [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Red Hat Linux 9 Professional Secrets [Electronic resources] - نسخه متنی

Naba Barkakati

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








uniq



Purpose


Write all unique lines from an input file to standard output.


Syntax


uniq [options]

file


Options


-

n (where

n is a number) ignores the first

n fields on each line.

+

n (where

n is a number) ignores the first

n characters on each line.

-c writes the number of times each line occurred in file.

-d writes only duplicate lines.

-u writes only unique lines (the default).


Description


The

uniq command removes duplicate lines from an input file and copies the unique lines to the standard output. If you do not specify an input file,

uniq reads from standard input.


/ 341