7 lines
No EOL
73 B
Bash
7 lines
No EOL
73 B
Bash
#!/bin/bash
|
|
echo "Fecha"
|
|
date
|
|
echo "Directorio"
|
|
pwd
|
|
echo "Archivos"
|
|
ls -l |