Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux でシェル スクリプトを作成しようとしています。実行時にすべてのメディア ファイルのディレクトリを検索し、プレイリストを作成して MPlayer で再生します。
次のコマンドを使用します。
find /PATH/TO/MUSIC/DIRECTORY/ -type f -iname "*.mp3" > playlist.m3u
mplayer で遊んでみましょう:
mplayer -playlist playlist.m3u