Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all articles
Browse latest Browse all 2128

Lines not read - Tera Term Ticket #47571 on OSDN

$
0
0

Lines not read

Eröffnet am: 2023-03-13 23:05

Letztes Update: 2023-03-13 23:26

Auswertung:jdev29Verantwortlicher:(Keine)
Priorität:9 - HöchsteMeilenstein:(Keine)
Typ:SupportanfragenSchweregrad:5 - Mittel
Komponente:Tera TermStatus:Offen
LösungKeine

Einzelheiten

Hello, I would like to ask for an assistance to anyone that might have a solution to the issue I'm currently having.

Whenever I put a target date on the files that I would like to retrieve, it doesn't return anything. But when I use wildcard, it returns all the files with the likeness of my search. Currently this put a limitation on my project.

Code snippet:

---- This one is working (It returns results) ----
sendln 'find . -type f -name "abc-*.log.gz" -exec basename {} \;'
waitln '*.gz'
while numfiles>0
recvln
sendln inputstr
numfiles=numfiles-1
endwhile
---- This one is not working (It doesn't return results) ----
sendln 'find . -type f -name "abc-20230217.log.gz" -exec basename {} \;'
waitln '*.gz'
while numfiles>0
recvln
sendln inputstr
numfiles=numfiles-1
endwhile

Letzte Aktualisierung für dieses Ticket

2023-03-13 23:26 Aktualisiert von: jdev29

  • Details Updated

Viewing all articles
Browse latest Browse all 2128