文件操作 fql

码农软件 · 软件分类 · 其他开发相关 · 2019-10-24 13:13:10

软件介绍

这个工具可以让你像操作数据库一样操作文件。

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

本文地址:https://codercto.com/soft/d/17457.html

Servlet与JSP核心技术

Servlet与JSP核心技术

/ 人民邮电出版社 / 2001-10 / 55.00元

一起来看看 《Servlet与JSP核心技术》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具