📄 glob.t
字号:
name: glob-bad-1description: Check that globbing isn't done when glob has syntax errorfile-setup: dir 755 "[x"file-setup: file 644 "[x/foo"stdin: echo [* echo *[x echo [x/*expected-stdout: [* *[x [x/foo---name: glob-bad-2description: Check that symbolic links aren't stat()'dcategory: !os:os2file-setup: dir 755 "dir"file-setup: symlink 644 "dir/abc" non-existant-filestdin: echo d*/* echo d*/abcexpected-stdout: dir/abc dir/abc---name: glob-range-1description: Test range matchingfile-setup: file 644 ".bc"file-setup: file 644 "abc"file-setup: file 644 "bbc"file-setup: file 644 "cbc"file-setup: file 644 "-bc"stdin: echo [ab-]* echo [-ab]* echo [!-ab]* echo [!ab]* echo []ab]*expected-stdout: -bc abc bbc -bc abc bbc cbc -bc cbc abc bbc---name: glob-range-2description: Test range matching (at&t ksh fails this; POSIX says invalid)file-setup: file 644 "abc"stdin: echo [a--]*expected-stdout: [a--]*---name: glob-range-3description: Check that globbing matches the right things...file-setup: file 644 "a耤"stdin: echo a[
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -