#!/bin/bash for x in * do ls -l "$x" sleep 1 done
Ejercicios de Bash: listar todos los ficheros del directorio actual (Bash)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.