cat cat $(echo ~)’/Downloads/Keyword Stats 2026-03-28 at 07_55_02.csv’ | sed -E ‘s/[[:space:]]+/ /g’で、ファイル内に含まれる複数のスペースを1つのスペースに置換する
add_action(‘after_setup_theme’, ‘twentysixteen_child_editor_styles’);function twentysixteen_child_editor_styles() {add_editor_style(‘css/editor-blocks.css’);}をfunctions.phpに書き込むことで、投稿編集画面にcssを適用させることができた
GNUのsedでsed4.2.1のソースであれば./configure→makeでsedコマンドのビルドができて、chmod 744 sed/sedを実行することでsed –versionを実効することができた