摘要: Linux command dialog 【Purpose】 Learning how to use dialog commad, do man-machine interaction. 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 Source c 阅读全文
posted @ 2019-01-24 16:08 嵌入式实操 阅读(237) 评论(0) 推荐(0) 编辑
摘要: example: download_etcher_cli(){ local url="https://github.com/resin-io/etcher/releases/download/v1.4.4/etcher-cli-1.4.4-linux-x64.tar.gz" local hash=" 阅读全文
posted @ 2019-01-24 16:03 嵌入式实操 阅读(248) 评论(0) 推荐(0) 编辑
摘要: Shell script prompt to run with superuser privileges 【Purpose】 Check whether have root privileges to run script 【Eevironment】 Ubuntu 16.04 bash env 【P 阅读全文
posted @ 2019-01-24 14:15 嵌入式实操 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Shell get script absolute path 【Purpose】 Get shell script absolute path 【Eevironment】 Ubuntu 16.04 bash env 【Procdeure】 Source code: Test method: vmus 阅读全文
posted @ 2019-01-24 14:11 嵌入式实操 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Shell args handing key=value example 【Purpose】 Learning how to handing ker=value args 【Eevironment】 Ubuntu 16.04 bash env 【Procdeure】 Source code: Tes 阅读全文
posted @ 2019-01-24 14:05 嵌入式实操 阅读(202) 评论(0) 推荐(0) 编辑
摘要: Linux command grep 【Purpose】 Learning how to use grep commad, we will introduce three methods. 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 example 阅读全文
posted @ 2019-01-24 13:55 嵌入式实操 阅读(322) 评论(0) 推荐(0) 编辑
摘要: Linux command wc 【Purpose】 Learning how to statistics line numbers in file 【Eevironment】 Ubuntu 16.04 terminal 【Procdeure】 $ cat test.sh #!/bin/bash e 阅读全文
posted @ 2019-01-24 13:52 嵌入式实操 阅读(244) 评论(0) 推荐(0) 编辑
摘要: Shell built-in variables 【Purpose】 Learning shell built-in variables, example $0,$1,$2,$3,$#,$$,$*,$@,$-,$? 【Eevironment】 Ubuntu 16.04 bash env 【Procd 阅读全文
posted @ 2019-01-24 13:41 嵌入式实操 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Uboot: make ARCH=arm CROSS_COMPILE=${CC} distclean make ARCH=arm CROSS_COMPILE=${CC} am335x_evm_defconfig make ARCH=arm CROSS_COMPILE=${CC} Kernel: ma 阅读全文
posted @ 2019-01-24 09:08 嵌入式实操 阅读(165) 评论(0) 推荐(0) 编辑