摘要:
文章目录 sh/bash/shell_bash参考文档referencesconclusionWhat Is a Shell?查看本机的可用shell程序shsh on POSIX Systems BashWhich One to Use?bash的常用功能引号(单引号/双引号/backquote) 阅读全文
posted @ 2022-03-22 22:08
xuchaoxin1375
阅读(21)
评论(0)
推荐(0)
请编写C程序,输入5个不同的且为字符格式的学生编号,将其先由大到小排序,再将最大的学生编号和最小的学生编号互换位置,然后输出此时5位学生的编号。 输Л 输入5位学生的编号(只含数字字、英文字母或空格)
摘要:
二级指针+指针数组解决方案: #include <stdio.h> #include <string.h> void swap(char **,char **); int main(){ char *p[5];//开一个指针数组. char str[5][50];//开一个字符数组(5行50列规格) 阅读全文
posted @ 2022-03-22 21:08
xuchaoxin1375
阅读(31)
评论(0)
推荐(0)
摘要:
文章目录 linux@powershell字符串@文件输入输出重定向/shell写入多行文本到文件中/cat 操作文件referencessheetRedirection CommandsNote that the file descriptor:Summaryexample 重定向多行文本输入(文 阅读全文
posted @ 2022-03-22 14:07
xuchaoxin1375
阅读(41)
评论(0)
推荐(0)

浙公网安备 33010602011771号