I tried this command :
read -a arr <<< "a b c"
on centos, it runs well, but on kali (2023.2), it reports "read: bad option: -a"
I cannot find out why. Any help please?
I tried this command :
read -a arr <<< "a b c"
on centos, it runs well, but on kali (2023.2), it reports "read: bad option: -a"
I cannot find out why. Any help please?