Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems if folder name contains space #1428

Open
anbj opened this issue Jan 31, 2024 · 0 comments
Open

Problems if folder name contains space #1428

anbj opened this issue Jan 31, 2024 · 0 comments

Comments

@anbj
Copy link
Contributor

anbj commented Jan 31, 2024

  • Tested with MB-system Version 5.8.0
  • PS! I know - it's unwise to use spaces in folder names. I discovered this by an accident.
  • Folder with space causes problems:
$ tree
.
└── folder space
    └── 0145_240600_095727_raw.all

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant