i have tried for like 30 minutes. Whats wrong with this code ? :( Input :
var = `cat marktplatz.html | grep -m 1 \"post\" | grep -o -E \'\\b(jobs/.*htm)\' `
var = BLABLA
should be
var=BLABLA
The first form is interpreted as running the command var with = as the first argument.
var
=