我读过这行代码:
compress_size_bzip2=$(bzip2 "$file" ; stat -c %s "$file.bz2")
谁能帮助我理解这个命令以及如何以其他方式编写这段代码?
command-line bash
bash ×1
command-line ×1