Closed abdellatif-temsamani closed 2 years ago
Syntax error: redirection unexpected
query="$(sed 's/ /+/g' <<<$query)"
i believe it should like this:
query="$(sed 's/ /+/g' <<$query)"
my bad i only had to run it with /bin/bash not /bin/sh
Syntax error: redirection unexpected
i believe it should like this: