Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- printf "%s" "abc def" | while read -n 1 char ; do
- echo "$char"
- done
- a
- b
- c
- d
- e
- f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement