Shell Basic Commands - 2023.1 English

Vitis Unified IDE and Common Command-Line Reference Manual (UG1553)

Document ID
UG1553
Release Date
2023-07-17
Version
2023.1 English
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/