Hi,
At a command prompt in windows you can just type the name
of an application.exe that is in the current directory and
it will run.
In Linux I always must include ./ (i.e. ./application.exe)
Is there a way of always keeping the curent directory in
the search path?
I am sort of looking for a way to have the PWD (working
directory) in my path at all times.
At a command prompt in windows you can just type the name
of an application.exe that is in the current directory and
it will run.
In Linux I always must include ./ (i.e. ./application.exe)
Is there a way of always keeping the curent directory in
the search path?
I am sort of looking for a way to have the PWD (working
directory) in my path at all times.