×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Glob: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
     
    imported>mutante
    m (Replacing page with '<jargon />')
     
    Line 1: Line 1:
    <jargon />
    glob example in [[TCL]]

    <pre>
    set fd [open {Eine Datei mit Leerzeichen im Namen} w+]
    puts $fd test
    close $fd
    puts "Das zeigt exec ls -m :"
    puts [exec ls -m]
    puts "Das liefert glob:"
    foreach file [glob -nocomplain *] {
    puts "Datei: \"$file\""
    }
    </pre>

    [http://forum.self-tcl.de/viewtopic.php?t=101&sid=ca8b8b8b504987dbd43528f6647953c8]

    [[Category:TCL]]

    Latest revision as of 02:27, 11 November 2007

    <jargon />

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.