← All tips

Bash: use here-strings for quick input

bashbasics

Feed small strings into commands.

wc -c <<< "hello"