HAY_ALGUIEN=$(ps -ef | grep '[s]shd' | grep ardc | wc -l) if [ ${HAY_ALGUIEN} -gt 0 ]; then ESPACIO=$(df -h | grep home | tr -s " " | cut -d " " -f4) rm /home/ardc/Comun/_espacio* touch /home/ardc/Comun/_espacio_${ESPACIO} fi