
UNIX
CbdFocus
耐心是美德。
展开
-
unix ls
//// my_ls.c// myShell//// Created by baodong on 4/22/15.// Copyright (c) 2015 baodong. All rights reserved.//#include <dirent.h>#include <sys/stat.h>#include "apue.h"#include "myErr.h"int转载 2015-04-22 22:35:15 · 366 阅读 · 0 评论 -
unix file 读写
带缓冲//// copyFile2.c// myShell//// Created by baodong on 4/22/15.// Copyright (c) 2015 baodong. All rights reserved.//#include "apue.h"#include "myErr.h"int main(void){ int n; while转载 2015-04-23 00:04:41 · 297 阅读 · 0 评论 -
Mac 查看 cpu 具体型号
sysctl machdep.cpu.brand_stringmachdep.cpu.brand_string: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz原创 2015-10-13 16:06:00 · 3314 阅读 · 0 评论