VO
Size: a a a
VO
VP
VO
AS
∀
. . . | $(script)
VP
VO
. . . | $(script)
AS
# iostat -x /dev/sda
Linux 4.9.124+ (mm) 11/29/20 _armv7l_ (4 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
1.65 0.17 8.37 17.75 0.00 72.06
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
sda 635.82 29451.41 0.00 0.00 97.26 46.32 617.72 29136.68 0.00 0.00 54.34 47.17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 95.40 95.25
∀
[18:48:49]alukardd@alex:~$ cat /tmp/test.sh
#!/bin/bash
echo grep alex
[18:48:52]alukardd@alex:~$ cat /etc/hosts | $(/tmp/test.sh)
127.0.1.1 alex
VO
cat t.sh
#!/bin/sh
echo "grep -e '\[35,' -e ',35,' -e ',35]'"
VO
VO
AS
[18:48:49]alukardd@alex:~$ cat /tmp/test.sh
#!/bin/bash
echo grep alex
[18:48:52]alukardd@alex:~$ cat /etc/hosts | $(/tmp/test.sh)
127.0.1.1 alex
VO
VO
[18:48:49]alukardd@alex:~$ cat /tmp/test.sh
#!/bin/bash
echo grep alex
[18:48:52]alukardd@alex:~$ cat /etc/hosts | $(/tmp/test.sh)
127.0.1.1 alex
∀
VO
DK
∀
∀