Home » Linux/Unix » Alias Command - Linux/Unix

Alias Command - Linux/Unix

Description

Displays and sets command aliases in Linux/Unix systems. Alias by itself will give a summary of current aliases.

Syntax

alias name=cmd

Example

alias dir='ls -CF'

See also: