memo

memo dayo.

2016-08-29から1日間の記事一覧

grepで空行を省く

sh sh

cat 1.txt | grep -v '^\s*$' > 2.txt

ロックを解除する

show processlist; kill id;