Hard
What does the following script return (disregarding possible errors)?
var=1 2>/dev/null
var=$var + 1 2>/dev/null
echo $var + 1 2>/dev/null
Author: titouan lecampStatus: PublishedQuestion passed 203 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Bash