摘要:
Linux 常用命令 -- find根据名字,顾名思义就是查找的意思,可以通过多个维度来查找你想要的文件,比如类型,find - search for files in a directory hierarchy常用用法1. 通过名字查找文件find pathname -name filename2... 阅读全文
posted @ 2014-08-11 17:20
zk47
阅读(372)
评论(0)
推荐(0)
摘要:
Linux shell 读取一行方法一通过指定IFS--Internal Field Separator,IFS默认情况下是,可以下脚本中设定IFS值DEMO 1$cat t1.txt abcfd $cat test_IFS.sh #! /bin/shIFS="c"for LINE in `ca... 阅读全文
posted @ 2014-08-11 17:17
zk47
阅读(4347)
评论(0)
推荐(0)

浙公网安备 33010602011771号