Redis 数据类型列表(List) LPUSH key value1 [value2] LPOP key LLEN key LRANGE key start stop Posted on: 2019年4月29日 2019年4月29日 Author: zzs10086 Categories: shell
shell 遍历目录 判断文件夹或文件 #!/bin/bash for file in /home/* Posted on: 2018年2月26日 2018年2月26日 Author: zzs10086 Categories: shell