You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Playground: add input redirection example
This commit is contained in:
@@ -56,6 +56,7 @@ Click an example to run it in the terminal:
|
||||
<button class="playground-example">printf 'π\nπ\nπ\nπ\nπ\n' | nl</button>
|
||||
<button class="playground-example">echo 'π,π,π,π₯' | cut -dπ -f2</button>
|
||||
<button class="playground-example">printf 'π cherry\nπ apple\nπ banana\n' | sort -k2</button>
|
||||
<button class="playground-example">sort -n < numbers.txt | head -3</button>
|
||||
<button class="playground-example">date</button>
|
||||
<button class="playground-example">uname -a</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user