Wget, Curl and POST (refs): Difference between revisions
From WikiMLT
m Spas moved page Команда: wget - curl to Wget, Curl and POST (refs) without leaving a redirect |
m Стадий: 1 [Фаза:Идентифициране, Статус:Създаване]; Категория:Linux Server |
||
Line 1: | Line 1: | ||
<noinclude><!--[[Category:Linux_Server|?]]-->{{ContentArticleHeader/Linux_Server}}</noinclude> | |||
== References == | |||
* ... | |||
* ... | |||
== Section 1 == | |||
... | |||
Download a script from [https://pastebin.com/raw/HrLTibuR PasteBin] by <code>curl</code>: | Download a script from [https://pastebin.com/raw/HrLTibuR PasteBin] by <code>curl</code>: | ||
<syntaxhighlight lang="shell" line="1"> | <syntaxhighlight lang="shell" line="1"> | ||
Line 9: | Line 18: | ||
* [https://askubuntu.com/a/1031908/566421 Auto login on page via CLI by the POST command] | * [https://askubuntu.com/a/1031908/566421 Auto login on page via CLI by the POST command] | ||
* [[Text Processing: Remove Carriage Return]] | * [[Text Processing: Remove Carriage Return]] | ||
<noinclude> | |||
<div id='devStage'> | |||
{{devStage | |||
| Прндл = Linux Server | |||
| Стадий = 1 | |||
| Фаза = Идентифициране | |||
| Статус = Създаване | |||
| ИдтПт = {{REVISIONUSER}} | |||
| ИдтДт = {{Today}} | |||
| ИдтРв = {{REVISIONID}} | |||
}} | |||
</div> | |||
</noinclude> |
Revision as of 13:29, 5 August 2022
References
- …
- …
Section 1
…
Download a script from PasteBin by curl
:
curl https://pastebin.com/raw/HrLTibuR | \
sed -e 's/\r$//' | sudo tee /ust/local/bin/merge-video-sub.sh && \
sudo chmod +x /ust/local/bin/merge-video-sub.sh
References:
- GET and POST requests by Wget and/or CURL
- Auto login on page via CLI by the POST command
- Text Processing: Remove Carriage Return