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

  1. $ tclsh8.6
  2. % info patchlevel
  3. 8.6.9
  4. % load ./example-standalone.so Xvfs_example
  5. % glob //xvfs:/example/*
  6. no files matched glob pattern "//xvfs:/example/*"
  7. % file exists //xvfs:/example/main.tcl
  8. 1
  9. % glob -dir //xvfs:/example *
  10. //xvfs:/example/lib //xvfs:/example/main.tcl //xvfs:/example/foo
  11. % cd //xvfs:/example
  12. % pwd
  13. /home/chw/tmp/xvfs
  14. % exit
  15. $