備忘録
grep -v -e '^$' -e '^#' file
これでlinux設定ファイルによくあるコメントを排除した表示が出来る。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
備忘録
grep -v -e '^$' -e '^#' file
これでlinux設定ファイルによくあるコメントを排除した表示が出来る。
Register as a new user and use Qiita more conveniently
Go to list of users who liked