diff --git a/content/playground.md b/content/playground.md index f391e26a2..71c657c71 100644 --- a/content/playground.md +++ b/content/playground.md @@ -56,6 +56,7 @@ Click an example to run it in the terminal: printf 'š\nš\nš\nš\nš\n' | nl echo 'š,š,š,š„' | cut -dš -f2 printf 'š cherry\nš apple\nš banana\n' | sort -k2 + sort -n < numbers.txt | head -3 date uname -a