Page 1 of 1

How to create a read command button to create a folder and go into it ?

Posted: 2024-04-05, 21:28 UTC
by ercan1102
I want to create shell button, that will create a folder with specific name and then go to that directory. So there should be input field while running that command.
The command:

Code: Select all

read input && mkdir $input && cd $input