随笔分类 -  shell

摘要:保存 阅读全文
posted @ 2016-05-03 20:31 rorshach 阅读(207) 评论(0) 推荐(0)
摘要:#!/bin/bash while read line do $line & done < /path/filename 阅读全文
posted @ 2016-04-30 11:49 rorshach 阅读(2335) 评论(0) 推荐(0)