Linux [Electronic resources] نسخه متنی

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

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

Linux [Electronic resources] - نسخه متنی

Janet Valade

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


Sample vi Editing Session


This section describes a sample vi editing session. The file to be edited contains the following contents:

One fith
Two fish
Red fishes
Blue fish

When the file opens, vi is in Normal mode. Type the following editing commands:

/fith<Enter>
ftrs

The file now contains:

One fish
Two fish
Red fishes
Blue fish

Type the following commands:

2jlD (l is lowercase L)

The file now contains:

One fish
Two fish
Red fish
Blue fish

Enter the following commands:

:1<Enter>
ddjp

The file now contains:

Two fish
Red fish
One fish
Blue fish


    / 357