我是靠谱客的博主 追寻胡萝卜,这篇文章主要介绍关于shell的相关问题,现在分享给大家,希望可以做个参考。


1 改进的一些指令操作

Sometimes, I should make a analogy between the local file and the remote files in the server about  the last modified time,I can update the remote files to a particular folder then  


2 对于很多variable , the rule of valid name should start with letter or underscore character.

其实这个地方可以这样理解,如果permit it can start with number, it has the potential of constant . 这样就会存在给一个常量value的syntax error的问题,这样理解以后在建立变量的时候就会注意这些问题了


3自己对一些指令的理解和linux目录的理解,加深对其作用的理解

cd (chage directory) 

rm (remove) -rf 这个地方像这样还有ls下面的 -af 对于这种optional arguments 中的f应该是folder, a应该是指代all, r是指代

mv(move)

cat(concatenate) 这个指令平时用的最多的应该是查看信息,但是这个cat应该有连接两个部分内容到一起显示的功效,其实这种例子在C中就有如strcat()

grep()

df (device format)

fdisk (format disk)

ifconfig()


1 android系统的脚本编译的逻辑与理解

2 修改脚本使得及

首先来分析android下相关脚本的逻辑


最后

以上就是追寻胡萝卜最近收集整理的关于关于shell的相关问题的全部内容,更多相关关于shell内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(78)

评论列表共有 0 条评论

立即
投稿
返回
顶部