Hi there!

A question about globbing...

What actually happens in the Operatingsystem when a globbing is done?
is ls *.txt

the same as:

ls hello1.txt
ls hello2.txt
ls hello3.txt

(If these file are in the same directory that ls is typed)

I know I can use exec() but I want to know what actually happens....

/G
http://www.varupiraten.se/

Reply via email to