Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
3
Task/Web-scraping/Jq/web-scraping-1.jq
Normal file
3
Task/Web-scraping/Jq/web-scraping-1.jq
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
curl -Ss 'http://tycho.usno.navy.mil/cgi-bin/timer.pl' |\
|
||||
jq -R -r 'if index(" UTC") then .[4:] else empty end'
|
||||
2
Task/Web-scraping/Jq/web-scraping-2.jq
Normal file
2
Task/Web-scraping/Jq/web-scraping-2.jq
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$ ./Web_scraping.jq
|
||||
Apr. 21, 05:19:32 UTC Universal Time
|
||||
Loading…
Add table
Add a link
Reference in a new issue