Re: auto interactive jobs

2024-11-21 Thread David Christensen
On 11/21/24 16:24, Bitfox wrote: Hi I have a interactive command like the following, $ ./filen / > upload upt-snappy / Uploading upt-snappy [] 100% | ETA: 0s | 1.4 KiB / 1.32 KiB / > the command "filen" will open a interactive shell, and in this shell

Re: auto interactive jobs

2024-11-21 Thread eben
On 11/21/24 19:37, Bitfox wrote: > On 2024-11-22 08:28, e...@gmx.us wrote: >> On 11/21/24 19:24, Bitfox wrote: >>> Hi >>> >>> I have a interactive command like the following, >>> >>> $ ./filen >>> / > upload upt-snappy / >>> Uploading upt-snappy [] 100% | ETA

Re: auto interactive jobs

2024-11-21 Thread Greg Wooledge
On Fri, Nov 22, 2024 at 08:37:03 +0800, Bitfox wrote: > $ echo "upload tmp" |./filen > upload tmp > Error trying to prompt for user input: readline was closed. (maybe you're in > an environment without stdin, like a Docker container) > Error [ERR_USE_AFTER_CLOSE]: readline was closed I would start

Re: auto interactive jobs

2024-11-21 Thread Dan Ritter
e...@gmx.us wrote: > On 11/21/24 19:24, Bitfox wrote: > > Hi > > > > I have a interactive command like the following, > > > > $ ./filen > > / > upload upt-snappy / > > Uploading upt-snappy [] 100% | ETA: > > 0s | 1.4 KiB / 1.32 KiB > > / > > > > > > > the co

Re: auto interactive jobs

2024-11-21 Thread Bitfox
On 2024-11-22 08:28, e...@gmx.us wrote: On 11/21/24 19:24, Bitfox wrote: Hi I have a interactive command like the following, $ ./filen / > upload upt-snappy / Uploading upt-snappy [] 100% | ETA: 0s | 1.4 KiB / 1.32 KiB / > the command "filen" will op

Re: auto interactive jobs

2024-11-21 Thread eben
On 11/21/24 19:24, Bitfox wrote: > Hi > > I have a interactive command like the following, > > $ ./filen > / > upload upt-snappy / > Uploading upt-snappy [] 100% | ETA: > 0s | 1.4 KiB / 1.32 KiB > / > > > > the command "filen" will open a interactive shell, a

auto interactive jobs

2024-11-21 Thread Bitfox
Hi I have a interactive command like the following, $ ./filen / > upload upt-snappy / Uploading upt-snappy [] 100% | ETA: 0s | 1.4 KiB / 1.32 KiB / > the command "filen" will open a interactive shell, and in this shell to upload/download files. How