#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
Mar 16, 2022 | tcl | 0 comments
#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
Subscribe now to keep reading and get access to the full archive.
Recent Comments