随笔分类 -  bash/Applescript

摘要:I'll record its limitations as I go along... 1. Use to install packages, since snapd is not supported according to this discussion thread: https://for 阅读全文
posted @ 2018-11-25 11:55 gooey 阅读(108) 评论(0) 推荐(0)
摘要:文本处理 sed 酷壳 sed 简明教程 http://coolshell.cn/articles/9104.html awk 酷壳 AWK 简明教程 http://coolshell.cn/articles/9070.html 阅读全文
posted @ 2017-04-13 17:30 gooey 阅读(139) 评论(0) 推荐(0)
摘要:背景知识 文件描述符(file descriptor) 『它是一个索引值,指向内核为每一个进程所维护的该进程打开文件的记录表。当程序打开一个现有文件或者创建一个新文件时,内核向进程返回一个文件描述符』https://zh.wikipedia.org/wiki/%E6%96%87%E4%BB%B6%E 阅读全文
posted @ 2017-04-06 21:10 gooey 阅读(3979) 评论(0) 推荐(0)