On Thu, Apr 04, 2002 at 01:15:41PM -0500, Bernard Boissonneault wrote: > Bonjour > > Existe-t-il un fichier de type "Autoexec.bat" tel que connu par DOS?
Il y a le fichier ".bash_profile". Tu peux y rajouter ton alias. Tu peux aussi y mettre le nom d'un script, qui s'�x�cutera � condition que : - il soit dans ton PATH - il soit ex�cutable (chmod u+x tonscript) - il commence par #!/bin/bash si c'est un script bash charles -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

