Hi All,
In the following command, how do I put a press any key command at the end of it
/usr/bin/mate-terminal -e "your_application_command"
Many thanks, -T
On 1/19/25 7:53 PM, ToddAndMargo via users wrote:
In the following command, how do I put a press any key command at the end of it
/usr/bin/mate-terminal -e "your_application_command"
https://www.tweaking4all.com/software/linux-software/bash-press-any-key/
Assuming your command runs a shell, you can put a semicolon, then the command from that link inside the quotes.
On 1/20/25 1:17 AM, Samuel Sieb wrote:
On 1/19/25 7:53 PM, ToddAndMargo via users wrote:
In the following command, how do I put a press any key command at the end of it
/usr/bin/mate-terminal -e "your_application_command"
https://www.tweaking4all.com/software/linux-software/bash-press-any-key/
Assuming your command runs a shell, you can put a semicolon, then the command from that link inside the quotes.
Hi Sam,
Awesome! Thank you!
-T