
linux.small_tools
gigatron
这个作者很懒,什么都没留下…
展开
-
grep pdf shell script
write a shell script to grep pdf file: #!/bin/bash echo -n "if any password? " read passwd echo -n "Text to find:" read text if [ $passwd原创 2011-09-28 22:06:31 · 694 阅读 · 0 评论 -
cp自动创建层级结构的例子
转自:http://blog.chinaunix.net/uid-9525959-id-2303690.html 一个拷贝命令的技巧,不仅拷贝文件,而且拷贝目录结构。记录下来。 *拷贝的时候,自动创建参数中源文件的路径: #cp --parents parentdir1/parentdir2/sourcefile destdir/ 这样拷贝的时候,会在目标路径中创建源文件参数中的转载 2012-05-25 13:34:50 · 2949 阅读 · 0 评论