fork download
  1. echo "test_1.txt
  2. test_2.txt
  3. test_11.txt
  4. test_12.txt
  5. test_3.txt" | sort -t_ -nk2,2
Success #stdin #stdout 0.02s 5312KB
stdin
Standard input is empty
stdout
test_1.txt
test_2.txt
test_3.txt
test_11.txt
test_12.txt