@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

2021-05-01から1ヶ月間の記事一覧

teeで標準エラー出力もファイルに書き出す

TL;DR command > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2) 背景など

ディレクトリ内の最新のファイルをfindコマンドで探す

tl;dr find -printf '%Ts %TF %TT %p\n' | sort カレントディレクトリ以下のファイル一覧が以下のようなフォーマットで並ぶ 1618914659 2021-04-20 10:30:59.9416574000 ./path/to/file 1618995234 2021-04-21 08:53:54.0000000000 ./path/to/file2 ちょっと…

helmでwindows.elのウィンドウを切り替える

k8sではなくEmacsの話。 anythingからhelmに切り替えてからもウィンドウ切り替えだけ anything-c-source-windowsを使っていたが helm一本にするために重い腰を上げてhelmのsourceを書いてみた。windowsが古すぎるというかマイナーすぎるのか情報が少ない気が…