小编con*_*ull的帖子

bash中的Perl列表有什么好处呢?

在perl中,只需执行以下操作即可存储和迭代名称列表

my @fruit = (apple, orange, kiwi);
foreach (@fruit) {
        print $_;
}
Run Code Online (Sandbox Code Playgroud)

bash中的等价物是什么?

arrays bash

24
推荐指数
3
解决办法
2万
查看次数

如何判断文件是否在linux的内存中缓存?

基本上我的问题是,有没有人知道用于检查linux中的缓冲区缓存的实用程序?

linux memory caching file

11
推荐指数
1
解决办法
7651
查看次数

标签 统计

arrays ×1

bash ×1

caching ×1

file ×1

linux ×1

memory ×1