坐山雕

导航

2021年3月30日

grep in python

摘要: for line in file: if re.search(pattern, line): print(line) 阅读全文

posted @ 2021-03-30 17:04 坐山雕 阅读(45) 评论(0) 推荐(0)

How do I know the script file name in a Bash script?

摘要: me=`basename "$0"` 阅读全文

posted @ 2021-03-30 16:50 坐山雕 阅读(44) 评论(0) 推荐(0)