Programowanie w systemie UNIX/ls: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎numeryczny: apfile -t sorted_files < <(printf '%s\n' *.pgm | sort -g)
Linia 75:
 
ls -- *.pgm | sort -g
 
lub
 
apfile -t sorted_files < <(printf '%s\n' *.pgm | sort -g)
 
=zobacz również=