| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
openkk
12年前发布

fql - 采用类似SQL的方式操作文件

fql:    fql是一个工具可以让你采用类似于SQL查询的方式来操作文件.    比如:    fql "select time, size, name from ../"    fql "select * where name = fql.cc"    fql "select * where not name = fql.cc"    fql "select time, size, name from . where size > 2.5k and size < 3k order by size desc"    可以select的列:    name    path    perms    size    inode    uid    gid    uname    gname    atime    time : same as atime    mtime    ctime    支持语法:    select [attrs]    from [folder]    where [expression]    order by [attrs]    limit [[start,] limit]    Make (libreadline is optional):    ./configure && make    安装:    copy ./fql to where you like such as /usr/local/bin/.    or make install

项目主页:http://www.open-open.com/lib/view/home/1344989571584

 本文由用户 openkk 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1344989571584.html
SQL C/C++开发