Let's Disscuss some Random ways to do a task
one method i know is $read(blah.txt)
do you know others
let All Experimet with this Alias only
alias RandomTest {
echo -a This is Random Test
echo -a Random word is: $read(blah.txt)
}
and in blah.txt lines are written as
A
B
C
D
so how can we echo these 4 word's in other ways i knows Random $read method what you know share it ?