Skip to content
Snippets Groups Projects
Verified Commit ab7c6d05 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

eloadas alpha 1

parent 5a5c929e
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,19 @@ lmf
## `curl`
- http shellből
- stdout-ra írja ki
- stdout-ra írja ki, kivéve, ha van `-o` kapcsoló
```shell-session
[mike@thinkyboi ~]$ curl https://home.sch.bme.hu/~mikewashere/linux/eloadas.md | grep stdout
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 777 100 777 0 0 33782 0 --:--:-- --:--:-- --:--:-- 33782
- stdout-ra írja ki
[mike@thinkyboi ~]$ curl https://home.sch.bme.hu/~mikewashere/linux/eloadas.md -o eloadas.md
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 777 100 777 0 0 31080 0 --:--:-- --:--:-- --:--:-- 31080
[mike@thinkyboi ~]$
```
# `>>` operátor
......@@ -51,3 +60,8 @@ lmf
```shell
curl https://git.sch.bme.hu/mikewashere.keys >> .ssh/authorized_keys
```
# `.sh` fileok
- shell automatizálása
- mintha soronként kiadnánk a parancsokat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment