String to Character Array

Convert a string to an array of characters.

Code

General
echo "$s" | grep -o .

Parameters

The string to convert

Server

More Bash Snippets