Re: is something wrong in it?




> Your shell will look for executables in the directories listed in the $PATH
> environment variable. The current directory (./) is not typically included
> in this. Specifying a path to the executable (e.g. by prefixing ./ to the
> filename when it exists in the current directory) tells the shell exactly
> where to find it, so it doesn't bother looking in $PATH.
>
> --
I am not giving any path , I am in that particular directory and then i
am giving mfold command .

.



Relevant Pages

  • Re: [ Attn: Randy ] Ad-hoc Parsing?
    ... I think you're getting confused by the fact that the Bourne shell (sh, ... If your scripting language is incapable of dropping arbitrary data ... that this also is possible with bash scripts. ... That includes executables of all types. ...
    (alt.lang.asm)
  • Re: is something wrong in it?
    ... >>Your shell will look for executables in the directories listed in the $PATH ... > am giving mfold command. ... mfold executable and the shell interpreter tries to locate the mfold ...
    (comp.os.linux.misc)
  • Re: is something wrong in it?
    ... > Your shell will look for executables in the directories listed in the $PATH ... Is that means I didnt install thing properly?thanks ... Prev by Date: ...
    (comp.os.linux.misc)
  • Re: errorlevel
    ... The application test shell I've written runs a couple of simple batch ... files to return errorlevels. ... >> parameters to run each console app. ... >> the console executables in each case. ...
    (microsoft.public.dotnet.languages.vb)