3 lines
61 B
Bash
3 lines
61 B
Bash
|
|
size1=$(stat -f %z input.txt)
|
||
|
|
size2=$(stat -f %z /input.txt)
|