On Tue, Mar 12, 2002 at 07:43:27AM +0530, L.V.Gandhi wrote:
> I forgot to mention in the first that I am working with mdk 8.1. 
> in this even without  alias l  gives  the output of ls. the same 
> alias was working in rh. even after piping if option --color=yes 
> is included it gives color output in terminal. How to get rid of 
> the inbuilt (unknown place) alias l in mandrake 8.1
> 

I am not quite sure about MDK, but most distros with built-in
alias functions do it through /etc/profile ... Have a look at
that file first ... 

HTH

Bish

--
:
####[ Linux One Stanza Tip (LOST) ]###########################
  
Sub : Lesser known commands (xargs)                  LOST #167

xargs is a filter for  feeding argumants  to a command. It can
break data stream into chunks for filters/ commands to process
[e.g. 'ls | xargs -p -l gzip'  gzips  all files in the current
directory sequentially after giving prompt at each file].

####<[EMAIL PROTECTED]>####################################
:


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to