Maybe I'm missing it but when I run a ls type command with rclone is there a way to know when its actually 'done' running that command other than the ending # of go routines line ?
well, after rclone ls
is done, rclone would exit back to the command line.
same as any other program
1 Like
mmm didn't really think about looking at the exit code which I assume will be 0 unless it actually errors
correct. exit-code
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.