You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpcp does not seem to work in recursive mode. There are no examples nor tests describing this mode of operation.
example: bpcp -r ./data/* 2:./data
It is not clear if slashes are required or not, if wildcard char is required or not...
bpcp -r data 2:./data returns a bunch of errors such as:
bpcp: data/data6.dat--No such file or directory [although this file does exist]
The text was updated successfully, but these errors were encountered:
bpcp does not seem to work in recursive mode. There are no examples nor tests describing this mode of operation.
example: bpcp -r ./data/* 2:./data
It is not clear if slashes are required or not, if wildcard char is required or not...
bpcp -r data 2:./data returns a bunch of errors such as:
bpcp: data/data6.dat--No such file or directory [although this file does exist]
The text was updated successfully, but these errors were encountered: