红联Linux门户
Linux帮助

文件操作 fql

发布时间:2012-08-15 11:11:42来源:红联作者:empast
这个工具可以让你像操作数据库一样操作文件。[code]fql:
fql is a tool that use SQL like query to manipulate files.

example:
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"

available columns to select:
name
path
perms
size
inode
uid
gid
uname
gname
atime
time : same as atime
mtime
ctime

supported syntax:
select [attrs]
from [folder]
where [expression]
order by [attrs]
limit [[start,] limit]

Make (libreadline is optional):
./configure && make

Install:
copy ./fql to where you like such as /usr/local/bin/.
or make install[/code]主页:https://github.com/dccmx/fql

来自:开源中国社区
文章评论

共有 0 条评论