411.sh

来自「seismic software,very useful」· Shell 代码 · 共 13 行

SH
13
字号
#! /bin/sh# 411 - Access phone book as a database (after Kernighan and Pike)# Usage: 411 pattern# Note: ignoring case in searches# A feature (or bug) is that 411 sans args prints the whole phonebook.# Jack K. Cohen, 1985PATH=/bin:/usr/binphonedir=/usr/local/libexec grep -i "$*" $phonedir/phonebook

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?