From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 14 15:53:05 2004 Subject: alias-like function? From: =?ISO-8859-1?Q?S=F8ren_Hauberg?= To: help-octave at bevo dot che dot wisc dot edu Date: Wed, 14 Jan 2004 22:52:20 +0100 Hi all, I'm using octave 2.1.50 on linux. I'm looking for something like the shell command "alias" for octave. I would like to have color output when typing ls. I can achive this by typing "ls --color" but I don't want to do this all the time. I could define a function function ls_tmp(), ls --color, end; but then I wouldn't be able to type "ls" I would have to type "ls_tmp" (or what ever the function would be called). So is there an alias-like command for octave? Soren ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------