D
D
Denis Davydenko2018-01-17 17:03:28
linux
Denis Davydenko, 2018-01-17 17:03:28

How to continue working on the command line after running the sh script?

The question is stupid, but I didn’t figure out how to ask Google :)
There is a shell script, after running it, the terminal shows the process of its execution, but there is no way to start the command line until you stop this one (ctrl + c).
How to run it correctly without losing access to the line?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alex McArrow, 2018-01-17
@GooseTheDestroyer

command &
add an ampersand ( & ) at the end

D
Dmitry Aleksandrov, 2018-01-17
@jamakasi666

Poke
Or poke .

S
Sanes, 2018-01-17
@Sanes

screen, supervisor, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question