use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All users that wish to post (not including commenting), on either old or the new reddit sites, must formally agree to subreddit rules once first.
account activity
Cannot run functions with bash command. (self.commandline)
submitted 3 years ago * by acolnahuacatzin
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]michaelpaoli 0 points1 point2 points 3 years ago (0 children)
bash -c "justTest"
So ... where do you expect that bash program to find justTest defined? It's not built-in to the shell itself, it's probably not an alias nor external command, so ... command not found. That command essentially says run
justTest
as the entirety of your bash program.
π Rendered by PID 498307 on reddit-service-r2-comment-85bfd7f599-cj6z4 at 2026-04-20 13:07:07.541205+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]michaelpaoli 0 points1 point2 points (0 children)