python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Correct Formatting of Multiple Condition Bash IF Statement
I am trying to use an IF statement to:
Check if a server is UP
Check if a file exists on the server
My Code So Far
hostname="somehost.com"
file="somefile.txt"
URL="https://$...
arnpry
Votes: 0
Answers: 1
how can I scrap data from reddit (in bash)
I want to scrap titles and date from http://www.reddit.com/r/movies.json in bash
wget -q -O - "http://www.reddit.com/r/movies.json" | grep -Po '(?<="title": ").*?(?=",...
user18355160
Votes: 0
Answers: 1
How to download the best track JTWC data files from 1945 to 2020 using loop?
I want to download the data files from the URLs using a loop from 1945 to 2020, only one number changes in the URL,
The URLs are given below
https://www.metoc.navy.mil/jtwc/products/best-tracks/1945/1...
Wind Circulation
Votes: 0
Answers: 2
What is the purpose of the wget startup file option "add-hostdir"?
The wget 1 man pages describe the option "add-hostdir" as follows:
Enable/disable host-prefixed file names. ‘-nH’ disables it.
Unfortunately, I am too ignorant to understand this.
Since &qu...
R B
Votes: 0
Answers: 1