⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filename.test

📁 tcl是工具命令语言
💻 TEST
📖 第 1 页 / 共 5 页
字号:
    file split :::} {:: ::}test filename-5.12 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split a:::b} {a: :: :: b}test filename-5.13 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split /a:b} {/a: b}test filename-5.14 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~:} {~:}test filename-5.15 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~/:} {~/:}test filename-5.16 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~:foo} {~: foo}test filename-5.17 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~/foo} {~: foo}test filename-5.18 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~foo:} {~foo:}test filename-5.19 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split a:~foo} {a: :~foo}test filename-5.20 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split /} {:/}test filename-5.21 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split a:b/c} {a: :b/c}test filename-5.22 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split /foo} {foo:}test filename-5.23 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split /a/b} {a: b}test filename-5.24 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split /a/b/foo} {a: b foo}test filename-5.25 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split a/b} {a b}test filename-5.26 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ./foo/bar} {: foo bar}test filename-5.27 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ../foo/bar} {:: foo bar}test filename-5.28 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split {}} {}test filename-5.29 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split .} {:}test filename-5.30 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ././} {: :}test filename-5.31 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ././.} {: : :}test filename-5.32 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ../} {::}test filename-5.33 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ..} {::}test filename-5.34 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ../..} {:: ::}test filename-5.35 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split //foo} {foo:}test filename-5.36 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split foo//bar} {foo bar}test filename-5.37 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~foo} {~foo:}test filename-5.38 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~} {~:}test filename-5.39 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split foo} {foo}test filename-5.40 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~/} {~:}test filename-5.41 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~foo/~bar} {~foo: :~bar}test filename-5.42 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split ~foo/~bar/~baz} {~foo: :~bar :~baz}test filename-5.43 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split foo/bar~/baz} {foo bar~ baz}test filename-5.44 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split a/../b} {a :: b}test filename-5.45 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split a/../../b} {a :: :: b}test filename-5.46 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split a/.././../b} {a :: : :: b}test filename-5.47 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split /../bar} {bar:}test filename-5.48 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split /./bar} {bar:}test filename-5.49 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split //.//.././bar} {bar:}test filename-5.50 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split /..} {:/..}test filename-5.51 {Tcl_SplitPath: mac} {testsetplatform} {    testsetplatform mac    file split //.//.././} {://.//.././}test filename-6.1 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split /} {/}test filename-6.2 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split /foo} {/ foo}test filename-6.3 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split /foo/bar} {/ foo bar}test filename-6.4 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split /foo/bar/baz} {/ foo bar baz}test filename-6.5 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split foo/bar} {foo bar}test filename-6.6 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split ./foo/bar} {. foo bar}test filename-6.7 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split /foo/../././foo/bar} {/ foo .. . . foo bar}test filename-6.8 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split ../foo/bar} {.. foo bar}test filename-6.9 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split {}} {}test filename-6.10 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split .} {.}test filename-6.11 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split ../} {..}test filename-6.12 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split ../..} {.. ..}test filename-6.13 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split //foo} {/ foo}test filename-6.14 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split foo//bar} {foo bar}test filename-6.15 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split /\\/foo//bar} {//foo/bar}test filename-6.16 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split /\\/foo//bar} {//foo/bar}test filename-6.17 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split /\\/foo//bar} {//foo/bar}test filename-6.18 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split \\\\foo\\bar} {//foo/bar}test filename-6.19 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split \\\\foo\\bar/baz} {//foo/bar baz}test filename-6.20 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split c:/foo} {c:/ foo}test filename-6.21 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split c:foo} {c: foo}test filename-6.22 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split c:} {c:}test filename-6.23 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split c:\\} {c:/}test filename-6.24 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split c:/} {c:/}test filename-6.25 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split c:/./..} {c:/ . ..}test filename-6.26 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split ~foo} {~foo}test filename-6.27 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split ~foo/~bar} {~foo ./~bar}test filename-6.28 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split ~foo/~bar/~baz} {~foo ./~bar ./~baz}test filename-6.29 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split foo/bar~/baz} {foo bar~ baz}test filename-6.30 {Tcl_SplitPath: win} {testsetplatform} {    testsetplatform win    file split c:~foo} {c: ./~foo}test filename-7.1 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join / a} {/a}test filename-7.2 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join a b} {a/b}test filename-7.3 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join /a c /b d} {/b/d}test filename-7.4 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join /} {/}test filename-7.5 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join a} {a}test filename-7.6 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join {}} {}test filename-7.7 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join /a/ b} {/a/b}test filename-7.8 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join /a// b} {/a/b}test filename-7.9 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join /a/./../. b} {/a/./.././b}test filename-7.10 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join ~ a} {~/a}test filename-7.11 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join ~a ~b} {~b}test filename-7.12 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join ./~a b} {./~a/b}test filename-7.13 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join ./~a ~b} {~b}test filename-7.14 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join ./~a ./~b} {./~a/~b}test filename-7.15 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join a . b} {a/./b}test filename-7.16 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join a . ./~b} {a/./~b}test filename-7.17 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join //a b} {/a/b}test filename-7.18 {Tcl_JoinPath: unix} {testsetplatform} {    testsetplatform unix    file join /// a b} {/a/b}test filename-8.1 {Tcl_JoinPath: mac} {testsetplatform} {    testsetplatform mac    file join a b} {:a:b}test filename-8.2 {Tcl_JoinPath: mac} {testsetplatform} {    testsetplatform mac    file join :a b} {:a:b}test filename-8.3 {Tcl_JoinPath: mac} {testsetplatform} {    testsetplatform mac    file join a b:} {b:}test filename-8.4 {Tcl_JoinPath: mac} {testsetplatform} {    testsetplatform mac    file join a: :b} {a:b}test filename-8.5 {Tcl_JoinPath: mac} {testsetplatform} {    testsetplatform mac    file join a: :b:} {a:b}test filename-8.6 {Tcl_JoinPath: mac} {testsetplatform} {    testsetplatform mac

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -