We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting processes
I've been reading Starting Processes documentation and keeps assuming I'll be running ./folder/mytool.exe on a known path.
./folder/mytool.exe
It is common that I might wish to run a mytool.exe that sits somewhere on $PATH, but I don't know exactly where.
mytool.exe
$PATH
And it would be helpful if the process documentation gave me some hint about that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've been reading Starting Processes documentation and keeps assuming I'll be running
./folder/mytool.exe
on a known path.It is common that I might wish to run a
mytool.exe
that sits somewhere on$PATH
, but I don't know exactly where.And it would be helpful if the process documentation gave me some hint about that.
The text was updated successfully, but these errors were encountered: