Answer the question
In order to leave comments, you need to log in
How to replace the messagebox in sh so that you can enter data into the script?
there is an e-ink book where it is possible to run the code in the following way:
#!/bin/sh
par1="$(echo $SHELL)"
messagebox "${par1}"
Answer the question
In order to leave comments, you need to log in
messagebox is not a shell command, it is some function in this book. Find it and read what's going on there.
Advise how to enter data by analogy with messagebox?
; zenity --entry --text="Введите число:"
; a=$(zenity --entry --text="Введите число:")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question