[glugot] [Bharathi S] [Ilugc] One Day One Command

  • From: Joe Steeve <joe_steeve@xxxxxxx>
  • To: GLUGOT <glugot@xxxxxxxxxxxxx>, GLUG Madurai <glug-madurai-discuss@xxxxxxxxxxxxxxxxxxxxx>, SonaLUG <sonalug@xxxxxxxxxxxxxxx>, KEC Linux User Group <klug@xxxxxxxxxxxxxx>
  • Date: Thu, 06 Jan 2005 22:09:58 +0530

--- Begin Message ---
  • From: Bharathi S <sbharathi@xxxxxxxxxxxxx>
  • To: Indian Linux Users Group - Chennai <ilugc@xxxxxxxxxxxxx>
  • Date: Thu, 6 Jan 2005 20:26:59 +0530 (IST)
One Day One Command :-
---------------------

alias - Create alias name for a command.

Summary: 

alias is Bash build-in command. This is very useful to create a simple
alias for a complex/long/frequent commands. Once alias created, you
can use alias to call the original command. This alias are deleted
after closing the shell session. For the next session, you have create
it again. So avoid this problem, you add it in your .bashrc file.

Example:

alias  -- Prints all alias commands

alias ls="ls -F --color=always" 
alias cls=clear 

alias ls -- Print the alias' original command

Read: man bash

Bye :)
-- 
Bharathi S

_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

--- End Message ---

-- 
.O. A proud GNU user
..O http://www.joesteeve.tk/
OOO http://gnukid.5gigs.com/

Other related posts: