3 lines
79 B
Bash
3 lines
79 B
Bash
|
|
size1=$(wc -c < input.txt | tr -d ' ')
|
||
|
|
size2=$(wc -c < /input.txt | tr -d ' ')
|