asked 28.6k views
3 votes
If your path variable is not set to search the working directory, how can you execute a program located there?

1 Answer

6 votes
In *nix ./ (dot slash) means this directory, so ./helloWorld executes a program named helloWorld in the PWD.
answered
User LittleLebowski
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.