• caglararli@hotmail.com
  • 05386281520

how to exploit read -p in bash script

Çağlar Arlı      -    22 Views

how to exploit read -p in bash script

i wanna execute ls command inplace of the output being "your name is ls" is there a way to do it ?

read -p "name??" name
    echo "your name is $name"