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

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

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

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

Naba Barkakati

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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








fold



Purpose


Wrap lines of text to a specified width (the default is 80 characters).


Syntax


fold [options] [

files

]


Options


-b counts bytes instead of columns, so backspaces and tabs are counted.

-s breaks lines at word boundaries.

-w

N (where

N is a number) sets line width to

N characters.


Description


The

fold command wraps each input line to a specified number of characters and displays the results on the screen (standard output). If you do not specify any filename,

fold reads lines from the standard input.


/ 341