Bash script paths behaving differently from command-line paths – Ubuntu
currently what I'm trying to do in Bash on my Ubuntu machine is utilize xdg-open to find a certain path or file. In the command line, here's what typically happens; When I run xdg-open ~/Downloads/, This opens the file manager…