Linux Foundation LFCS Question Answer
What is the output of the following command sequence?
for token in a b c; do
echo -n "$token ";
done
Linux Foundation LFCS Question Answer
What is the output of the following command sequence?
for token in a b c; do
echo -n "$token ";
done