Bash Scripting - Text Processing in Scripts
If
and
What will be the output of
list1.txt contains:cat
dog
mouseand
list2.txt contains:black
brown
greyWhat will be the output of
paste -d '-' list1.txt list2.txt?