You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing something like this now where the command la "can't be found" if it is used inside $(...) while in a Bash script, but ls -al works. Both work just fine in shell (with and without $(...)).
Commands which I gave in command shell
#!/bin/bash
java -version
ls -al
rm -rf *.war
./build.sh
la -al
The text was updated successfully, but these errors were encountered: