how to define a command bash
#define command output to a varible
myv1=$(pwd)
echo $myv1
myv2=`ls`
echo $myv2
you can use $() or `` to assing a command output to a varible
how to define a command bash
#define command output to a varible
myv1=$(pwd)
echo $myv1
myv2=`ls`
echo $myv2
you can use $() or `` to assing a command output to a varible
how to define command in bash
alias yourVariable='cd /Home/yourFolder'
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us