Welcome to the Linux Foundation Forum!
LFD259 Exercise 2.1issue

Hi
I am unable to get results from below command, screenshot is attached.
$wget https://training.linuxfoundation.org/cm/LFD259/LFD259_V2020-10-15_SOLUTIONS.tar.bz2\ --user=xxxxxx
--password=xxxxxx
PS: i typed the command manually and i have this response "Username/Password Authentication Failed."
would anyone please help!
<< IMAGE removed! - it included sensitive USER and PASSWORD information >>
.
regards.
0
Comments
problem solved :
Removing the "\" will allow you to download the latest SOLUTIONS tarball.
Hi @asmakr,
The "\" will be found in many multi-line commands throughout the lab manual. Its role is to break the multi-line command yet make it readable by your CLI, to treat it as one command.
You may find a usage example here: https://superuser.com/questions/508507/linux-bash-script-single-command-but-multiple-lines
Regards,
-Chris
thank you @chrispokorni