0 / 60 seg.

¿Qué hace el siguiente script?

#!/bin/bash
if [ ! -f "mydoc.txt" ]; then
    echo "El archivo no existe."
fi