GNU Parallel is outputting hidden directories as follows using the --results
parameter.
What command do I use on Ubuntu to change the all to directories so that they are no longer hidden. The directories are called:
'.\_ValidateAll.sh GL 170'/
'.\_ValidateAll.sh GL 190'/
'.\_ValidateAll.sh GL 220'/
'.\_ValidateAll.sh GL 355'/
'.\_ValidateAll.sh GL 357'/
'.\_ValidateAll.sh GL 359'/
'.\_ValidateAll.sh GL 361'/
'.\_ValidateAll.sh GL 363'/
Actually when I do a cat on the directory, I don't see the single quotes
vmdovs@ubuntu:/mnt/out/1$ cat
GL170/ .\_ValidateAll.sh GL 357/ .\_ValidateAll.sh GL 390/ .\_ValidateAll.sh GL 470/ .\_ValidateAll.sh GL 570/
rename.sh .\_ValidateAll.sh GL 359/ .\_ValidateAll.sh GL 400/ .\_ValidateAll.sh GL 480/ .\_ValidateAll.sh GL 572/
.\_ValidateAll.sh GL 190/ .\_ValidateAll.sh GL 361/ .\_ValidateAll.sh GL 410/ .\_ValidateAll.sh GL 500/ .\_ValidateAll.sh GL 574/
.\_ValidateAll.sh GL 220/ .\_ValidateAll.sh GL 363/ .\_ValidateAll.sh GL 420/ .\_ValidateAll.sh GL 530/ .\_ValidateAll.sh GL 590/
.\_ValidateAll.sh GL 355/ .\_ValidateAll.sh GL 368/ .\_ValidateAll.sh GL 440/ .\_ValidateAll.sh GL 540/ .\_ValidateAll.sh GL 710/
Also cd can access the directory as follows
cd .\\_ValidateAll.sh\ GL\ 190/
' ... '
in your list of directory names? Are they literally there, or did you use them for clarification purposes? If possible, change that list to contain the output ofls -l
instead, it may be easier to interpret (for a human, that is ... ;) ) – AdminBee Mar 11 '20 at 09:34ls
output quoted results. Yes, it's awful, but that's what they've decided to do. – terdon Mar 11 '20 at 09:39ls
is old enough not to do that ...) – AdminBee Mar 11 '20 at 09:51