Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit f585f616
authored
2024-07-27 11:08:47 -0300
by
Tu Nombre
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Lectura de excel
1 parent
8d9fcad2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
fosadiaria.py
grep.sh
fosadiaria.py
View file @
f585f61
...
...
@@ -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
:
...
...
grep.sh
View file @
f585f61
#!/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
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment