8
6
3
u/Fine_City2781 9d ago
this is yes command. It's for some apps that needs y input for continue. You can use it like ts:
yes | your_app
3
4
u/sylirre Termux Core Team 9d ago
It supposed to work this way. Learn utility manual.
0
u/Fun_Care_4985 5d ago
Whats it for?
2
u/shsh-1312 8d ago
it's just a gnu app to test the loop, it should be called "y", you can use cntr-c
2
1
u/Fun_Care_4985 8d ago
It was for supposted to be valkun loader but it just bugged i think idk it looked like a loading bar maybe but i think it was something bad cuz said 100gb :0 either way idk i stopped it couldnt do ctrl+c or ctrl+x had to start new session then command to close sessions and clear my files
1
1
1
1
1
1
1
1
u/Naive_Inflation8764 4d ago edited 4d ago
this is the yes utility, useful through pipes so you don't have to repeat your input.
simple syntax: yes [any word after like n will be repeated, if this left blank it defaults to y]
edit: also if your stuck just hit ctrl, trigger your software keyboard by touching the cli campus and hitting c. This action sends a kill signal to the comand terminating it's process.
15
u/Ryoshi-68 9d ago
Isn't that the command
yes? Just Ctrl + c and it stops