
unix
lzy0168
这个作者很懒,什么都没留下…
展开
-
ubuntu sqlite3 编译及 readline (历史命令)支持
此文版权属于作者所有,任何人、媒体或者网站转载、借用都必须征得作者本人同意! 1. 到官网下载源码,解压。 2. 编译(默认,没有 readline (历史命令) 支持): gcc -o sqlite3 *.c -lpthread -ldl 3. 编译,添加 readline (历史命令) 支持: 安装 readline 开发库: sudo apt-get install li原创 2013-11-12 10:40:44 · 1938 阅读 · 0 评论 -
unix shell 笔记
此文版权属于作者所有,任何人、媒体或者网站转载、借用都必须征得作者本人同意! 只拷贝目录结构不拷贝文件 see:http://www.unix.com/shell-programming-scripting/119654-copy-only-folder-structure.html cd source_dir find . -type d -depth | cpio -dump原创 2013-09-29 16:16:48 · 720 阅读 · 0 评论 -
linux shell test manual
see: test, [, [[ SYNOPSIS test expression [ expression ] [[ expression ]] DESCRIPTION The test command checks for various properties of files, strings and integers. It produces no outp转载 2015-05-07 17:24:00 · 525 阅读 · 0 评论 -
WL-500gP 应用开发环境搭建
此文版权属于作者所有,任何人、媒体或者网站转载、借用都必须征得作者本人同意! cd /opt/software wget http://dlsvr03.asus.com/pub/ASUS/wireless/WL-500g-03/GPL_1927.zip wget http://dlsvr03.asus.com/pub/ASUS/wireless/WL-500g-03/GPL_1950原创 2011-12-04 23:54:52 · 1152 阅读 · 0 评论