Re: Default Flags for system commands

From: Bit Twister (BitTwister_at_mouse-potato.com)
Date: 07/27/05


Date: Wed, 27 Jul 2005 06:07:10 -0500

On Tue, 26 Jul 2005 22:35:42 -0500, Dave Uhring wrote:
>
> Add the following line to your /home/bmearns/.bash_profile file:
>
> alias ls=ls --color -F
>
>
> Then execute
>
> $ source ~/.bash_profile

As I misunderstand it, I thought .bash_profile was executed once
during login and .bashrc was executed for each new session (xterm for
example).

Also, unless you exported the alias in .bash_profile the new session
would not have the aliases created in .bash_profile since aliases are
not copied from the parent process envrionment.



Relevant Pages

  • Re: Is there a way to speed up Index Fast Full Scan
    ... when processing those slow SQL statements. ... session by checking V$SESSION. ... execute one of the slow ... then have the session execute the slow SQL statements. ...
    (comp.databases.oracle.server)
  • Re: Is there a way to speed up Index Fast Full Scan
    ... when processing those slow SQL statements. ... session by checking V$SESSION. ... execute one of the slow ... then have the session execute the slow SQL statements. ...
    (comp.databases.oracle.server)
  • Re: HTTPContext Session and worker thread (Fire and Forget)
    ... To kick of the job you insert record into tblJobs with MessageIn having ... Updates Session if job ... not execute job cause it was grabbed by other pooling thread between step 1 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: VBScript with Sessionid and RDP
    ... execute the following commands at a Command Prompt in order to examine its ... If you get no output then there you must run this command so that you can ... Remote Desktop Session), only RD Session instance is killed. ... message - how about starting the batch file with "echo on"? ...
    (microsoft.public.scripting.vbscript)
  • Question about import and sys.path
    ... When a menu option is selected, I execute the program like this - ... at the beginning of the session. ... Does execfile create a .pyc file from a .py file, ... Are there any other implications I should know about? ...
    (comp.lang.python)