文件操作 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

计算机系统概论

计算机系统概论

派特(Patt.Y.N.) / 梁阿磊、蒋兴昌、林凌 / 机械工业 / 2008-1-1 / 49.00元

《计算机系统概论(原书第2版)》是计算机科学的经典基础教材。全书以自底向上方法帮助学生理解计算机系统的原理,前半部分阐述了计算机底层结构,后半部分讲解了高级语言编程及编程方法学,主要内容包括数据类型及其运算、数字逻辑、冯·诺伊曼模型、汇编语言、输入和输出、TRAP程序和子程序、C语言编程等内容。 《计算机系统概论(原书第2版)》可用作高等院校计算机及相关专业学生的入门教材,也可作为的计算机专......一起来看看 《计算机系统概论》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具