Following are the shell commands used in
the next generation Vitis Python CLI:
- cd
- Used to change the current working
directory.
Vitis [1]: cd /tmp/workspace /tmp/workspace
- pwd
- Used to display the current working
directory.
Vitis [2]: pwd Out[2]: '/tmp/workspace'
- ls
- Used to list the contents of the current working
directory.
Vitis [3]: ls logs/