42shpimanmls / 42sh

Shell project at 42
3 stars 0 forks source link

recursive command substitution #239

Closed n0izn0iz closed 7 years ago

lsimonne commented 7 years ago

what do you mean by recursive substitution?

echo `echo `echo test``

?

n0izn0iz commented 7 years ago

oui mais avec des backslash devant ceux a l'intérieur du coup

n0izn0iz commented 7 years ago
echo `echo \`pwd\` | cat -e`
n0izn0iz commented 7 years ago

J'ai du mal a trouver l'origine du problème :/ @42shpimanmls/42sh