harsh wrote:
write this in your .bashrc export PATH=./:$PATH
This is not advisable, esp. for root. Its best to run program as ./filename or put it in
/usr/bin/ or /usr/local/bin (so any1 can run it)
OR
$HOME/bin
and run it directly.
Amish.
On Sun, 16 Mar 2003, Sagar wrote:
But this file is executed only on giving # ./(filename) how do i convert it into a executable so that it executes only on giving the
filename ( like in Windows as file.exe )