摘要: bash调用串行任务队列方法和干预 将任务填写在task_list以数组的形式组织 for循环一步步的执行串行任务 某个任务需要依靠外部条件触发执行,monitor监测需要的文件 task_list=(task1 task2 task3) function monitor() { until tes 阅读全文
posted @ 2021-04-16 07:30 MOVIT 阅读(69) 评论(0) 推荐(0)
摘要: BASH loewrcase and uppercase convert reference article tr echo "hello world" | tr 'a-z' 'A-Z' or echo "hello world" | tr '[:lower:]' '[:upper:]' # [:a 阅读全文
posted @ 2021-04-16 07:28 MOVIT 阅读(458) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-04-16 07:23 MOVIT 阅读(1) 评论(0) 推荐(0)