Shell Basic Commands - 2023.2 English

Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393)

Document ID
UG1393
Release Date
2023-12-13
Version
2023.2 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/