help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

script coded, doesnt work, when spawned with -x works


From: Alex fxmbsw7 Ratchev
Subject: script coded, doesnt work, when spawned with -x works
Date: Thu, 31 Mar 2022 18:16:12 +0200

i coded [ or tried ] to code a ' urlhop '

script url
shows menu of links with titles to select to next fetch

now just, why doesnt it work
i try bash run gnu.org it doesnt work, nothing back
i do bash -x run gnu.org it displayed a menu and waited for input

run is the bash part ( eg urlhop )
and urlhop.gawk is the html parser

proof i have :

bash run gnu.org

0 exit 4621s old @1648743015.301939 == Thu Mar 2022-03-31 16:10:15.301939
+0000


bash -x run gnu.org

<snip>
9)
 #content

10)
 /gnu/gnu.html
  ABOUT&nbsp;GNU
11)
 /philosophy/philosophy.html
  PHILOSOPHY
12)


you see its buggy i have to fix it but i cant as long as it only works with
-x

this is not first time something worked with -x but  not without

Attachment: urlhop
Description: Binary data

Attachment: urlhop.gawk
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]