wiki

knowledgebase of randomness
git clone git://parazyd.org/wiki.git
Log | Files | Refs

zsh.wiki (75B)


      1 = ZSH =
      2 
      3 == Get the count of items in an array ==
      4 	{{{shell
      5 	$#array
      6 	}}}
      7