What puzzles me is, that I am getting different output running this two-liner script:
help | head -n1
type mkdir
from within SciTE (here the SciTE output panel output):
GNU bash, version 4.3.46(1)-release (x86_64-pc-linux-gnu)
mkdir is /bin/mkdir
and from within a Terminal window (here the Terminal output):
GNU bash, version 4.3.46(1)-release (x86_64-pc-linux-gnu)
mkdir is hashed (/bin/mkdir)
How does it come that the same script executed by the same shell gives not the same output?