Commit f585f616 by Tu Nombre

Lectura de excel

1 parent 8d9fcad2
......@@ -110,7 +110,7 @@ class FosaDiaria():
selenium.get(URL)
def BuscarExcelDescargado(self,tmp="/dev/shm/tmpscdecas_1.txt"):
def BuscarExcelDescargado(self,tmp="/dev/shm/tmpscdecas_3.txt"):
test = True
n = 0
while test:
......
#!/bin/bash
ls /home/taller_3/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_3.txt
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!