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

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

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

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

Naba Barkakati

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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








expand




Purpose


Write files to standard output after expanding each tab into an appropriate number of spaces.


Syntax


expand [options] [

files

]


Options


-

n (where

n is a number) sets the tabs

n spaces apart.

-

n1

[

n2

, ...] (where

n1 ,

n2 , . . . are numbers) specifies the tab stops.

-i converts only the initial tab into spaces.


Description


The

expand command reads from the specified files (or standard input, if no files are specified) and writes them to standard output, with each tab character expanded to an appropriate number of spaces. By default,

expand assumes that the tab positions are eight spaces apart (equivalent to the

-8 option).


/ 341