write this in your .bashrc export PATH=./:$PATH
On Sun, 16 Mar 2003, Sagar wrote:
hi all, i have a compled c file ... with output file as a.out ( or any other name ) 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 )