|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I wrote a scheme script to export and convert (and do many things...) automatically fluent files into tecplot ones. under Linux (RedHat 6.2), my function works very well, but under Unix, i receive this error: sh: /bin/ls: 0403-027 The parameter list is too long. I don't know how to override it? Any ideas? Thanks. Mickaël Here is a part of my code: [...] (define filesdat "fluent_data_files-*") [...] (let loop ((files (file-pattern-exists? filesdat))) (if (pair? files) (begin [...] (loop (cdr files))))) |
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unanswered question | niklas | OpenFOAM | 2 | July 31, 2013 17:03 |
| internal field question - PitzDaily Case | atareen64 | OpenFOAM Running, Solving & CFD | 2 | January 26, 2011 16:26 |
| Poisson Solver question | Suresh | Main CFD Forum | 3 | August 12, 2005 05:37 |
| CHANNEL FLOW: a question and a request | Carlos | Main CFD Forum | 4 | August 23, 2002 06:55 |
| question | K.L.Huang | Siemens | 1 | March 29, 2000 05:57 |