2016年4月6日

sed学习笔记

摘要: sed 's/MA/Massachusetts/' a.txt 阅读全文

posted @ 2016-04-06 22:20 与非朋仔 阅读(95) 评论(0) 推荐(0) 编辑

第一个python实例程序

摘要: #!/usr/bin/python2.7 import os ls = os.linesep fname = raw_input("fname:"); while True: if os.path.exists(fname): print "Error:'%s' already exists" % fname ... 阅读全文

posted @ 2016-04-06 00:02 与非朋仔 阅读(235) 评论(0) 推荐(0) 编辑

导航