2017年6月20日

测试shell script的read

摘要: #!/bin/bash#Program: #User input his first name and last name. Program shows his full name#History:#2017-6-20 16:52:28 sample releasePATH=/bin:/sPATH= 阅读全文

posted @ 2017-06-20 17:39 sample_lu 阅读(105) 评论(0) 推荐(0)

2017年4月18日

Linux wget命令下载各版本的Python方法

摘要: python3.4.3版本:源码获取命令如下:wget https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz 如果要下载当前(截至2017年4月18日 16:08:09)python3最新版本Python3.6.1则如下: wget htt 阅读全文

posted @ 2017-04-18 16:39 sample_lu 阅读(2273) 评论(0) 推荐(0)

导航