Sample Header Ad - 728x90

What does shuf -e means in bash

3 votes
1 answer
536 views
I have string save as
test="test1 test2
test3 test4
test5 test6"
and
echo $(shuf -e $test)
it gives me the same output as $test, why? I expect the different order of the original string
Asked by Tiger (367 rep)
Sep 11, 2019, 05:37 PM
Last activity: Sep 11, 2019, 06:15 PM