by shigemk2

当面は技術的なことしか書かない

zgrep

概要

gzipなどで圧縮したやつにたいしてgrepをかける。

man zgrep

zgrep  は、compress や gzip で圧縮されたファイルに対して grep を呼び出すために使われる。

$ zgrep "init" sample.el.gz
(require 'init-loader-x "~/.emacs.d/auto-install/init-loader-x")
(init-loader-load "~/.emacs.d/inits/")
(setq inits_dir (expand-file-name "~/.emacs.d/inits/"))
(init-loader-load inits_dir)
(setq init-loader-show-log-after-init t)