fql文件操作
這個(gè)工具可以讓你像操作數(shù)據(jù)庫(kù)一樣操作文件。
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
評(píng)論
圖片
表情
