# linux_study_code **Repository Path**: tang0758/linux_study_code ## Basic Information - **Project Name**: linux_study_code - **Description**: linux基础知识学习,练习写的code。很多和《linux程序设计 第四版》的code一致。 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2013-05-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README study 《beginning linux programming 4th edition》。 ====== 1.shell code ----- ### time:2013-05-29 $(), $(()), ${}, # ## % %%, verbose, gdialg, !!, << 2.shell code ----- ### time:2013-05-29 set unset trap println 3.shell code ----- ### time:2013-05-30 add shell dialog 4.shell code ----- ### time:2013-05-30 add shell_music_manager.sh 5.file control ----- ### time:2013-06-2 add system_call.c open,close,write,read 6.stdio fun ----- add stdio_fun.c fopen,fclose,fwrite,fread,fgets,fseek,getchar,fprintf...... 7.dir control ----- add dircontrol.c scan a dir. 8.add popen pclose func ----- add testpopen.c c code to use some shell cmd