- 博客(4)
- 收藏
- 关注
原创 shell program 1
(1)use gedit write the shell program"shell": #! /bin/bash echo please enter something: read qq echo you just enter : $qq (2)change the document authority: chmod -x shell (3)run the shell: ./sh
2017-05-18 23:41:17
351
原创 build static lib
(1)write the C code document for the function fred.c : #include void fred(int arg) { printf("fred: the number is %d\n",arg); } the other is bill.c:
2017-05-16 22:26:46
322
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人