5 lines
78 B
Bash
5 lines
78 B
Bash
|
|
grep "${*}" ~/.qcdrc | while read theLine
|
||
|
|
do
|
||
|
|
echo -e ${theLine/ / -> }
|
||
|
|
done
|