Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Can you show us what you're running, i.e. show us how you connect and the for loop that is being executed. Commented May 25, 2017 at 12:34
  • 2
    There are many ways to do that. The simplest is probably to use tmux or screen. Commented May 25, 2017 at 12:39
  • 1
    take a look here Commented May 25, 2017 at 12:39
  • You can also use nohup to run the command.. Commented May 25, 2017 at 13:02
  • The command: for i in *.png; do for pos6 in *.png; do gm composite $i $pos6 overlays/${i/.png/}/${i/.png/}${pos6/.png/}.png ; done; done . I use ssh command to connect to server Commented May 25, 2017 at 13:14