Commit aed74cfb by Tu Nombre

Lectura de excel

1 parent f9ed9f02
......@@ -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_2.txt"):
test = True
n = 0
while test:
......
#!/bin/bash
ls /home/juan/Descargas/ -ls | grep Planilla_Diaria-125 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_1.txt
ls /home/juan/Descargas/ -ls | grep Planilla_Diaria-125 | grep xls | grep -v crdownload &> /dev/shm/tmpscdecas_2.txt
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!