Posted to tcl by chw at Wed Sep 18 04:57:11 GMT 2019view pretty

$ tclsh8.6
% info patchlevel
8.6.9
% load ./example-standalone.so Xvfs_example
% glob //xvfs:/example/*
no files matched glob pattern "//xvfs:/example/*"
% file exists //xvfs:/example/main.tcl
1
% glob -dir //xvfs:/example *
//xvfs:/example/lib //xvfs:/example/main.tcl //xvfs:/example/foo
% cd //xvfs:/example
% pwd
/home/chw/tmp/xvfs
% exit
$