11 2017 档案

摘要:参考: 高级 bash 脚本编程指南 eval var1=\$$var2 变量间接引用 贴个脚本: server1=1.1.1.1 server2=1.1.1.2 server3=1.1.1.3 for s in server1 server2 server3 do eval server=\$$s 阅读全文
posted @ 2017-11-27 11:15 tiantiandas 阅读(1214) 评论(1) 推荐(0)
摘要:显示效果 配置: command + , 开始配置 { "additional_path_items": [ "/path/to/file" // append of UNIX env variable PATH ], "auto_complete": true, "color_scheme": " 阅读全文
posted @ 2017-11-06 13:51 tiantiandas 阅读(3559) 评论(0) 推荐(0)