Shell编程练习

题目:利用所学知识,写一个脚本,实现一下功能:将 uboot 源码中包含的 awk 命令的文件找出来,并将它们拷贝到一个叫 awks 的目录中。python   程序一:bash   #!/bin/bash full_path_files=`grep 'awk' * -wr | awk 'BEGIN{FS=":"} {print $1}' | uniq` bk="awks" if [ !
相关文章
相关标签/搜索