Hey Zim, Check out the file /etc/DIR_COLORS I think that is what you are looking for. As far as the link goes you should be able to. However seeing you want an argument you'll probably need to write a short shell script for it. Pehaps something like this:
#!/bin/bash # contents of file /bin/galeon /bin/mozilla -n $* That's it! If you didn't want the -n flag you could just ln -s it. Hope that helps, Mike -><- "And don't tell me there isn't one bit of difference between null and space, because that's exactly how much difference there is. :-)" --Larry Wall in <[EMAIL PROTECTED]> SDF Public Access UNIX System - http://sdf.lonestar.org On Mon, 16 Jun 2003, G�zim Hoxha wrote: > Hello, > > I want to be able to see different colours for > different file types when I type �ls� in Konsole > without having to do ls --colors in order to get that. > > > And is it possible to link a file (e.g. /bin/galeon) > to another file with a flag (e.g. /bin/mozilla -n), so > then when I type �galeon� it�s like typing �mozilla > -n�. > > Note: those examples were just something crazy, so > don�t worry about them being logically correct. > > Thanks, > Zim > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
