Tokamachi #79
Closed
yomarakesha
started this conversation in
Scenarios
Replies: 1 comment
|
this was fixed last month |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
я решил задачу, но почему то все равно показывает неверное решение
admin@ip-10-1-13-83:~$ while true; fo echo "this is a test message"; sleep 1; done > /home/admin/namedpipe & bash: syntax error near unexpected tokendone'admin@ip-10-1-13-83:
$ while true; do echo "this is a test message"; sleep 1; done > /home/admin/namedpipe &$ pkill -f "test mesage"[1] 942
admin@ip-10-1-13-83:
admin@ip-10-1-13-83:~$ while true; do echo 'Correct stream message"; sleep 0.5; done > /home/admin/namedpipe &
All reactions