Commit 8d9fcad2 by Tu Nombre

identificacion - GREP

1 parent dd11114c
#Vasco S.R.L.
#interfor sa
carpetaDescargas = "/home/taller_5/Descargas/"
carpetaDescargas = "/home/taller_3/Descargas/"
cabezaeraDescargas = "Planilla_Diaria-"
grepfile = "/home/taller_5/Pruebas-RTO/grep.sh"
grepfile = "/home/taller_3/Pruebas-RTO/grep.sh"
deltaminutos = 7
delataPositivoNegativo = "-"
ManualLogin = False # PAra hacer pruebas sin tener que loguear
......
#!/bin/bash
ls /home/juan/Descargas/ -ls | grep Planilla_Diaria-50 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_1.txt
ls /home/taller_3/Descargas/ -ls | grep Planilla_Diaria-50 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_1.txt
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!