Curl command parameters

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
What does the

command mean? what does the L in the parameter, setup_6.x in url, |, sudo-E bash-all mean.

Feb.28,2021

curl -s 
     -L 30X

setup_6.x is part of the link
| sudo-E bash- refers to piping CURL output (downloaded script) using Root permissions to run with Bash

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1beaed4-31a53.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1beaed4-31a53.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?