Advertisement
esalant

Untitled

May 18th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. pi@raspberrypi:~ $ for $COUNT in 1 2 3 4 5;do echo $count;done
  2. -bash: `$COUNT': not a valid identifier
  3. pi@raspberrypi:~ $ for COUNT in 1 2 3 4 5;do echo $count;done
  4.  
  5.  
  6.  
  7.  
  8.  
  9. pi@raspberrypi:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement