@meleu
I'm a Software Engineer sharing what I know and learning in public.
I love sharing knowledge, getting involved in meaningful projects, reading books, and RetroAchievements.
Nothing here yet.
When working with arrays it's quite common to face the need to check if an array includes a certain element. Although we can have arrays in bash, we don't have a specific method to check that. In this article we're going to address this problem using...
