#273 The pwd and cd commands in tcl

set dir [pwd]
puts $dir
cd ..
set dir [pwd]
puts $dir

Output:

D:/projects/wordpress/ex273
D:/projects/wordpress

Discover more from Tips and Hints for Aerospace Engineers

Subscribe now to keep reading and get access to the full archive.

Continue reading