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

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

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

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

Naba Barkakati

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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








type



Purpose


Display the type of a command (whether it is a built-in shell command or a separate executable program).


Syntax


type

command


Options


None


Description


The

type command tells you the type of a command-whether it is a built-in shell command, an alias, or an executable program. For example, I use

alias ll='ls -l' to define the alias

ll . Here is what I get when I check the type of the command

ll :

type ll ll is aliased to `ls -l'


/ 341