脚本常用写法
摘要:
shebang #!/usr/bin/env bash #!/bin/bash #!/usr/bin/python find find . -name "*.txt" find . -name "*.txt" -type f -exec ls -l {} \; grep grep -in "xxx" 阅读全文
posted @ 2022-08-01 00:52 Aaron2932 阅读(40) 评论(0) 推荐(0)
2022年8月1日 #
posted @ 2022-08-01 00:52 Aaron2932 阅读(40) 评论(0) 推荐(0)
posted @ 2022-08-01 00:46 Aaron2932 阅读(28) 评论(0) 推荐(0)
posted @ 2022-08-01 00:39 Aaron2932 阅读(24) 评论(0) 推荐(0)
posted @ 2022-08-01 00:29 Aaron2932 阅读(20) 评论(0) 推荐(0)