Bash Scripting help
Bash Scripting help
Attempting to build a bash script for Handbrake CLI, encountering issues with folder creation. Directories .sh, test1, test2, test3 fail to appear as expected. Test3 appears fine. Same problem arises when testing EOL escaping with backslash. What’s going wrong?
This indicates the script isn't being found in the terminal. Check the path and ensure the file exists.
Hey, I noticed you checked in! That’s great you took the time to review. Let me know if you need anything else.
I just created a script that executes those commands and worked on Ubuntu 17.04 without using WSL. I saved it in nano and tried to install it. Remember to add the shebang line and make sure the file is executable.