PagesLinux catLinux catディレクトリ配下のファイル名と内容を表示 以下のものだと、マッチするファイルが 1 つだとフルパスを出力しないtail -n+1 /etc/systemd/*以下のものだと、マッチするファイルが 1 つでもフルパスを出力するfind /etc/systemd/* -type f -exec awk 'FNR==1{print "\n==> " FILENAME " <=="} {print}' {} +最終更新日 7月 27, 2024