文章预览
How to use the `cat` command to display file si…
2023年08月22日
291 字
To display the file size using the `cat` command in Linux, you can use the `stat` command along with `cat`. Here's an example: ``` cat example.txt | stat --printf="%s bytes\n" …
阅读全文
浏览
评论