6 Running from the C-shell

When using POLPACK from the C-shell (or any other shell) care needs to be taken with some special characters. Wild-card characters *,?,[a-z], quoted strings "" and vector braces [ ] must be protected by using either the escape character \ or by single quotes (wild-card characters must be protected as these are expanded internally by POLPACK, rather than by the shell).