how to make enter key to skip to next line of command without running the 1st line in termux. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to make enter key to skip to next line of command without running the 1st line in termux.

when executing commands in termux in android,how do you write 2 lines of commands without running the 1st line after hitting the enter key? ie. $ firstlineofcommand $ ls ? when i type type the 1st line,the command is executed immediately by hitting enter key. give your feedback here or spyguyap@gmail.com. i appreciate all your inputs.its important.

12th Sep 2018, 2:17 AM
Andy Spyboy
Andy Spyboy - avatar
1 Answer
+ 1
Maybe you want to use pipeline? A debian example: sudo apt-get update | apt-get dist-upgrade
12th Sep 2018, 2:35 AM
Alexander Santos
Alexander Santos - avatar