DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Sorting — Example 187

Quick explanation + ready code for: Sorting.

Shell Sorting Back to examples
Back to language
Syntax: Sorting in Shell. ID: #187

Code

printf "3
1
2
" | sort -n

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.