How to pass a Bash command to `entr`, quoting to guard against filenames with spaces? – Ubuntu
My Goal I'm writing a small Bash script, which uses entr, which is a utility to re-run arbitrary commands when it detects file-system events. My immediate goal is to pass entr a command which converts a given markdown file to…