Si eres una de esas persona que les gusta hacer todo desde la linea de commandos(o terminal para algunos) ls es uno de esos comandos que con el cuál quisieras familiarizarte.
En un post anterior escribí hacer de como hacer pequeñas busquedas recursivas desde la terminal en algún directorio(folder) y sub folders con este comando. Hoy voy a escribir algo corto(no muy complicado) acerca de un parámetro extra que podemos agregar al comando para mejorar la búsqueda, en este caso en particular el tamaño de un directorio o archivo en formato comprensible para nosotros humanos(GB, MB, KB, étc).
Es tans imple como simplemente teclear en la terminal desde el folder en el que nos encontremos:
ls -lh
Esto producirá una sálida a pantalla de la terminal como la siguiente en una forma que podemos mejor comprender(porfavor noten el texto resaltado en negritas):
ls -lh
total 447M
-rw-rw-r-- 1 mineit-server mineit-server 399M sep 10 20:31 android-studio-bundle-135.1339820-linux.tgz
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Desktop
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Documents
drwxr-xr-x 3 mineit-server mineit-server 4.0K sep 28 15:26 Downloads
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Music
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Pictures
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Public
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Templates
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Videos
Pero recuerden que tienen que utilizar 'lh' como parámetros para la búsqueda si remueven alguno no dará el resultado deseado.
Espero te hayá gustado y si búscas mas referencias porfavor ve a los enlaces que se encuentran al final del post.
If you are one of those guys that like doing everything on the command line tool (terminal) ls is one of those commands you would like to get familiar with.
In a previous post I have written on how to do small recursive search on a directory folder and inner folders with this command. Today I will write something small(not very complicated) about another parameter you can add to it to enhanced any search query, in this case to view in a human readable format(GB, MB, KB, etc) the size of a directory(folder) or file within resultadoa directory.
It is as simple as just typing in the terminal from the folder or directory you are currently located:
ls -lh
this will produce an output to the terminal like the one following in a way we can better understand(please noticed the highlighted file sizes in bold):
ls -lh
total 447M
-rw-rw-r-- 1 mineit-server mineit-server 399M sep 10 20:31 android-studio-bundle-135.1339820-linux.tgz
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Desktop
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Documents
drwxr-xr-x 3 mineit-server mineit-server 4.0K sep 28 15:26 Downloads
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Music
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Pictures
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Public
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Templates
drwxr-xr-x 2 mineit-server mineit-server 4.0K sep 8 22:15 Videos
But remember you have to use 'lh' as parameters for the query if you remove any you wont get the disered result.
Hope you dig it and for more references please go to the links below.
http://es.wikipedia.org/wiki/Ls
No hay comentarios:
Publicar un comentario