Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/sh
  2. echo -e "los ficheros listados son:\n" && ls -l | grep -v "total" | awk '{print $9 " y el fichero ocupa: " $5 " Bytes"  }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement