File path is
/Users/me/Document/project/tests/unittests1/testfile1.js
/Users/me/Document/project/tests/unittests2/testfile2.js
I need to run bash script from project
directory. Bash script is in project directory.
The argument to the bash script needs to be unittests/testfile.js
instead of the whole path /Users/me/Document/project/tests/unittests/testfile.js
Is there a way tab complete can work if I type just unit
as argument and hit tab for tab completion?