Thread: Shell Script.
View Single Post
  #9   (View Single Post)  
Old 12th July 2008
18Googol2's Avatar
18Googol2 18Googol2 is offline
Real Name: whoami
Spam Deminer
 
Join Date: Apr 2008
Location: pwd
Posts: 283
Default

Nope, the % indicates its a command.

Actually, the correct command is

% alias mp='mplayer -playlist r1live.ram'

The above alias is valid in the current shell session only. You might wanna put it in the shell startup script so that the alias will be set in every new shell session
Reply With Quote