摘要: 答: git pull <remote_repository_url> <branch_name> 例如: git clone https://github.com/lede-project/source.git lede-17.01 阅读全文
posted @ 2019-06-18 20:29 Jello 阅读(3894) 评论(0) 推荐(0)
摘要: 答: ./scripts/checkpatch.pl *.patch 阅读全文
posted @ 2019-06-18 19:01 Jello 阅读(524) 评论(0) 推荐(0)
摘要: 答: 如获取pwm子系统的维护者邮箱: ./scripts/get_maintainer.pl drivers/pwm 阅读全文
posted @ 2019-06-18 18:29 Jello 阅读(333) 评论(0) 推荐(0)
摘要: 答: sed -i "s/<old_string>/<new_string>/g" `grep "<old_string>" -l <dir_or_wildcard_filename> 例如: sed -i "s/jello/hello/g" `grep "jello" -l *.c 阅读全文
posted @ 2019-06-18 16:04 Jello 阅读(5780) 评论(0) 推荐(0)