From: "Jens Olsson" <jenso@operamail.com>
To: caml-list@inria.fr
Subject: [Caml-list] Wildcard expansion/command line Q#2
Date: Tue, 14 May 2002 15:39:54 +0100 [thread overview]
Message-ID: <20020514143955.29190.qmail@operamail.com> (raw)
Hi again,
as I dig more into the code of my program I realize that I have some more questions. I just hope these hasn't as obvious answers than my previous ones... :)
Now, I know the shell expands any wildcard for my program, resulting in a argv array with all the expanded filenames in the given directory. Allright, nice and neat. I can deal with that.
But what happens if I want to go recursive? As I understand it, the expansion made by the shell is *not* recursive itself. If my wildcard is *.txt I will only get expanded names for the current directory but not for any txt files in the subdirectories. Is this a desired behaviour?
I mean, one could interpret the wildcard *.txt as ./*.txt. In that case, maybe recursive action is not logical - as the complete path of the files in any subdirectories do not match the wildcard. If this is the case I find it locical and I only have to implement my program to deal with either one or more files given by the user directly or by shell expansion.
But if the wildcard *.txt together with a recurse flag means "all txt files in this and any subdirectory" I am a bit puzzled - what do I do with subdirectories? Do I have to open them manually and let the shell expand them too, using a globbing feature (if it works that way)? And if so, is this supported by Ocaml? I do not believe in this second alternative. It seems so awkward and so not in harmony with the idea of shell expansion of wildcards. But maybe I am missing something here?
I do not know if I make sense... but I guess that a little bit more examination of tools similar to the one I write might give some answers. Or maybe someone of you have it right away. I'd be more than happy to elaborate my thoughts if nescessary.
Jens
--
Powered by Outblaze
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next reply other threads:[~2002-05-14 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-14 14:39 Jens Olsson [this message]
2002-05-14 16:01 ` Alain Frisch
2002-05-14 16:19 ` John Prevost
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020514143955.29190.qmail@operamail.com \
--to=jenso@operamail.com \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox