摘要: test.sh 输出 阅读全文
posted @ 2019-08-22 20:22 anobscureretreat 阅读(283) 评论(0) 推荐(0)
摘要: test.sh: echo -e "hello w\norld!"echo -e "hello w\c"echo "orld!" 输出 bogon:Desktop macname$ ./test.shhello world!hello world! 阅读全文
posted @ 2019-08-22 20:12 anobscureretreat 阅读(3789) 评论(0) 推荐(0)
摘要: 参考: https://blog.51cto.com/2937761/2090137 阅读全文
posted @ 2019-08-22 19:30 anobscureretreat 阅读(184) 评论(0) 推荐(0)
摘要: 输出 参考: https://blog.csdn.net/sinat_36521655/article/details/79296181 阅读全文
posted @ 2019-08-22 19:23 anobscureretreat 阅读(484) 评论(0) 推荐(0)
摘要: test.sh:pipe="|"eval ls $pipe wc -l 输出bogon:Desktop macname$ ./test.sh 45 test.sh:eval echo \$$# 输出bogon:Desktop macname$ ./test.sh ssd dede ded dedee 阅读全文
posted @ 2019-08-22 19:14 anobscureretreat 阅读(281) 评论(0) 推荐(0)
摘要: test.sh 输出 参考: https://www.cnblogs.com/jw15327/p/6114886.html 阅读全文
posted @ 2019-08-22 18:54 anobscureretreat 阅读(714) 评论(0) 推荐(0)
摘要: test.sh 输出 参数:https://www.cnblogs.com/xl520/p/6124545.html 阅读全文
posted @ 2019-08-22 18:52 anobscureretreat 阅读(198) 评论(0) 推荐(0)
摘要: import os filename = r'/home/tim/workspace/test.txt'if os.path.exists(filename): message = 'OK, the "%s" file exists.'else: message = "Sorry, I cannot 阅读全文
posted @ 2019-08-22 18:21 anobscureretreat 阅读(400) 评论(0) 推荐(0)
摘要: >>> import os>>> os.path.exists('d:/assist')True>>> os.path.exists('d:/assist/getTeacherList.py')True>>> os.path.isfile('d:/assist')False>>> os.path.i 阅读全文
posted @ 2019-08-22 18:20 anobscureretreat 阅读(8645) 评论(0) 推荐(0)
摘要: ts.sh 输出 参考: https://www.cnblogs.com/chuanzhang053/p/8530191.html 阅读全文
posted @ 2019-08-22 17:33 anobscureretreat 阅读(5786) 评论(0) 推荐(0)
摘要: test.sh 输出 参考: https://blog.csdn.net/sinat_36521655/article/details/79296181 阅读全文
posted @ 2019-08-22 17:25 anobscureretreat 阅读(3102) 评论(0) 推荐(0)
摘要: 解决了使用ln -s target linkName创造软链接无法正确取到真实脚本的问题。 参考: https://www.jb51.net/article/59949.htm 阅读全文
posted @ 2019-08-22 17:08 anobscureretreat 阅读(661) 评论(0) 推荐(0)
摘要: tester.py: 输出 参考: https://www.cnblogs.com/royfans/p/7908009.html 阅读全文
posted @ 2019-08-22 16:48 anobscureretreat 阅读(5333) 评论(0) 推荐(0)
摘要: #换行swswsw\<br> #横线___ #标题#一级标题 ##二级标题 ###三级标题 ####四级标题 #####五级标题 ######六级标题 #文本域 test duanluo xsxsxsxs xsxsxsxs___ #单行文本 xsxsxsswswswsw ___ #高亮显示Thank 阅读全文
posted @ 2019-08-22 11:00 anobscureretreat 阅读(283) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/lansesl2008/article/details/20558369/ 阅读全文
posted @ 2019-08-22 09:58 anobscureretreat 阅读(173) 评论(0) 推荐(0)
摘要: 输出 参考: https://www.cnblogs.com/dinghanhua/p/9700767.html 阅读全文
posted @ 2019-08-22 01:02 anobscureretreat 阅读(235) 评论(0) 推荐(0)