mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-02-17 05:28:24 +00:00
Create README.md
This commit is contained in:
parent
e62be0846d
commit
e664f45ef9
1 changed files with 1 additions and 1 deletions
|
@ -1370,7 +1370,7 @@ $! :is the PID of the most recent background command.
|
|||
```bash
|
||||
curl --upload-file ./filename.txt https://transfer.sh/filename.txt
|
||||
```
|
||||
(the above command will return a URL, e.g: https://transfer.sh/tG8rM/filename.txt)
|
||||
(the above command will return a URL, e.g: https://transfer.sh/tG8rM/filename.txt)
|
||||
--> download:
|
||||
```bash
|
||||
curl https://transfer.sh/tG8rM/filename.txt -o filename.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue