¿Cuál es la opción ls para ordenar por tamaño de archivo?

Respuestas

Respuesta dada por: Alejok0
2

Respuesta:

ls -S

Explicación:

 -S                         sort by file size, largest first

     --sort=WORD            sort by WORD instead of name: none (-U), size (-S),

                              time (-t), version (-v), extension (-X)

     --time=WORD            with -l, show time as WORD instead of default

                              modification time: atime or access or use (-u);

                              ctime or status (-c); also use specified time

                              as sort key if --sort=time (newest first)

Fuente: ls --help


gregorycan75: Muchas gracias por su tiempo
Alejok0: De nada :3
Preguntas similares