dwcaress / MB-System

MB-System is an open source software package for the processing and display of bathymetry and backscatter imagery data derived from multibeam, interferometry, and sidescan sonars.
https://www.mbari.org/products/research-software/mb-system/
Other
123 stars 42 forks source link

Problems if folder name contains space #1428

Open anbj opened 7 months ago

anbj commented 7 months ago

2 directories, 1 file

$ find -name "*.all" > list

$ cat list ./folder space/0145_240600_095727_raw.all

$ mbdatalist -F-1 -Ilist > surveylist_mb

$ cat surveylist_mb empty


* Now rename the folder and remove the space, and it works:

$ mv "folder space" "folder-space"

$ find -name "*.all" > list

$ mbdatalist -F-1 -Ilist > surveylist_mb

$ cat surveylist_mb folder-space/0145_240600_095727_raw.all 51 1.000000