ubuntu find path of command code example

Example 1: ubuntu find install path

<ui5-shellbar
	primary-title="Corporate Portal"
	secondary-title="secondary title"
>
	<ui5-avatar slot="profile" icon="customer"></ui5-avatar>
	<img slot="logo" src="../../../assets/images/sap-logo-svg.svg"/>
	<ui5-button icon="nav-back" slot="startButton"></ui5-button>
</ui5-shellbar>

Example 2: ubuntu find install path

<ui5-bar design="FloatingFooter">
	<ui5-button design="Positive" slot="endContent">Agree</ui5-button>
	<ui5-button design="Negative" slot="endContent">Decline</ui5-button>
	<ui5-button design="Transparent" slot="endContent">Cancel</ui5-button>
</ui5-bar>