Do you know ?
Fazly Fathhy

Fazly Fathhy @fazly_fathhy

About: "Code, build, caffeinate, repeat."

Location:
Hijra Street, Kinniya -03, Trincomalee, Srilanka
Joined:
Sep 16, 2024

Do you know ?

Publish Date: Nov 25 '24
0 0

The alias command in Unix/Linux systems is used to create shortcuts for longer or frequently used commands. It allows you to define a custom name (or abbreviation) for a command or a series of commands, making them easier and faster to execute.

alias name='command'

ex :- alias ll='ls -alF'

Image description

Comments 0 total

    Add comment