mirror of
https://github.com/tests-always-included/mo.git
synced 2025-11-20 07:44:33 +01:00
Old way:
functionName CONTENT argument1 argument2
New way:
echo -n "$CONTENT" | functionName argument1 argument2
This follow the Unix style more closely.
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
No args: 0 '' - done
|
|
One arg: 1 one - done
|
|
Getting name in a string: 1 The\ name\ is\ Willy - done
|
|
Reverse this: edcba
|