The idea behind $PATH environment variable and shell commands locations
Commands are executable files, think of them like that. To use a command means you need to run an executable file so you have to provide it's path(where this executable file resides).
For example, if I want to use date command I should type /bin/date...
rahmayasser.hashnode.dev2 min read